Type Alias: MessagePageCursor
Makaio Framework / contracts / MessagePageCursor
Type Alias: MessagePageCursor
Section titled “Type Alias: MessagePageCursor”MessagePageCursor =
z.infer<typeofMessagePageCursorSchema>
Defined in: ../../../packages/contracts/src/session/message-storage-namespace.ts:19
Deterministic message-pagination cursor.
Type Composition
Section titled “Type Composition”MessagePageCursorz.infer<typeof MessagePageCursorSchema>typeof MessagePageCursorSchema
Resolved Shape
Section titled “Resolved Shape”type MessagePageCursor = { timestamp: number; messageId: string;};