Skip to content

Type Alias: Request

Request = Record<string, RequestItem>

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

Collection of node and list requests describing the data a screen needs.

Released under the MIT License