GlobalShokupanState
Defined in: src/util/types.ts:367
Global state interface for module augmentation. Users can declare their app’s global state shape once:
Example
Section titled “Example”declare module "shokupan" { interface GlobalShokupanState { user: { id: string; name: string }; }}Indexable
Section titled “Indexable”[key: string]: any