Skip to content

Type Alias: ListItem<V>

ListItem<V> = Readonly<{ args?: Record<string, unknown>; list: V; }>

Defined in: packages/fate/src/types.ts:300

Definition of a list request for fetching data from the backend.

Type Parameters

V

V extends View<any, any>

Released under the MIT License