Skip to content

Type Alias: FateOperation

FateOperation = Readonly<{ args?: Record<string, unknown>; id: string; ids?: (string | number)[]; input?: unknown; kind: FateOperationKind; name?: string; select: string[]; type?: string; }>

Defined in: packages/fate/src/protocol.ts:7

Released under the MIT License