Spaces:
Sleeping
Sleeping
rag-context-optimizer / frontend /node_modules /next /dist /server /app-render /action-async-storage.external.d.ts
| import type { AsyncLocalStorage } from 'async_hooks'; | |
| import { actionAsyncStorageInstance } from './action-async-storage-instance'; | |
| export interface ActionStore { | |
| readonly isAction?: boolean; | |
| readonly isAppRoute?: boolean; | |
| } | |
| export type ActionAsyncStorage = AsyncLocalStorage<ActionStore>; | |
| export { actionAsyncStorageInstance as actionAsyncStorage }; | |