Type Alias: SessionPreviewData
Makaio Framework / contracts / SessionPreviewData
Type Alias: SessionPreviewData
Section titled “Type Alias: SessionPreviewData”SessionPreviewData =
z.infer<typeofSessionPreviewDataSchema>
Defined in: ../../../packages/contracts/src/session/types.ts:31
Preview data for session list display. Only populated when includePreview: true is passed to list.
Type Composition
Section titled “Type Composition”SessionPreviewDataz.infer<typeof SessionPreviewDataSchema>typeof SessionPreviewDataSchema
Resolved Shape
Section titled “Resolved Shape”type SessionPreviewData = { messageCount: number; firstUserMessage: string | null;};