Skip to content

Type Alias: ListEntry

ListEntry = Readonly<{ cursor?: string; id: EntityId; }>

Defined in: packages/fate/src/list.ts:4

Released under the MIT License