Skip to content

DefaultState

DefaultState = Record<string, any>

Defined in: src/util/types.ts:46

Default state type that allows any properties. This is the default if no state type is specified.

const app = new Shokupan<DefaultState>();
// Equivalent to: new Shokupan();