Initial boiler plate project
This commit is contained in:
9
node_modules/next/dist/client/components/action-async-storage.external.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/client/components/action-async-storage.external.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/// <reference types="node" />
|
||||
import type { AsyncLocalStorage } from 'async_hooks';
|
||||
import { actionAsyncStorage } from './action-async-storage-instance';
|
||||
export interface ActionStore {
|
||||
readonly isAction?: boolean;
|
||||
readonly isAppRoute?: boolean;
|
||||
}
|
||||
export type ActionAsyncStorage = AsyncLocalStorage<ActionStore>;
|
||||
export { actionAsyncStorage };
|
||||
Reference in New Issue
Block a user