Skip to content

Type Alias: FateServerManifest

FateServerManifest = Readonly<{ lists: Record<string, { type: string; }>; live: Record<string, true>; mutations: Record<string, { type: string; }>; queries: Record<string, { type: string; }>; types: Record<string, true>; }>

Defined in: packages/fate/src/server/http.ts:233

Released under the MIT License