Skip to content

Type Alias: List

List = Readonly<{ backwardPageLimit?: number; cursors?: ReadonlyArray<string | undefined>; forwardPageLimit?: number; ids: ReadonlyArray<EntityId>; liveAfterIds?: ReadonlyArray<EntityId>; liveBeforeIds?: ReadonlyArray<EntityId>; pagination?: Pagination; pendingAfterIds?: ReadonlyArray<EntityId>; pendingBeforeIds?: ReadonlyArray<EntityId>; }>

Defined in: packages/fate/src/store.ts:14

Released under the MIT License