EmptyState
EmptyState =
Record<string,never>
Defined in: src/util/types.ts:30
Helper type for applications that don’t use ctx.state. Prevents accidental property access on state.
Example
Section titled “Example”const app = new Shokupan<EmptyState>();