Skip to content

Type Alias: SessionEventType

Makaio Framework


Makaio Framework / contracts / SessionEventType

SessionEventType = keyof SessionEventTypeMap

Defined in: ../../../packages/contracts/src/session/schemas/event.ts:334

Union of all session event type keys (core + plugin-defined).

Runtime validation uses SessionEventTypeSchema (accepts any string). Compile-time typing is derived from SessionEventTypeMap keys.

Resolved shape has 52 properties, above the 40 property limit.