ClientManifest
type ClientManifest = { providers: Record<string, ManifestProvider>;};Defined in: client/src/manifest/manifest.ts:57
The runtime manifest the server publishes and generateClientTypes embeds.
Properties
Section titled “Properties”providers
Section titled “providers”providers: Record<string, ManifestProvider>;Defined in: client/src/manifest/manifest.ts:58