Skip to content

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.

const app = new Shokupan<EmptyState>();