Interface: ConfigFieldEntry
Defined in: packages/overcast-core/src/config-schema.ts:155
One field of a ConfigSchema, as configFields yields it.
Properties
key
key: string;
Defined in: packages/overcast-core/src/config-schema.ts:157
The config field this lands on — overcastCoreAddress.
meta
meta: ConfigMeta;
Defined in: packages/overcast-core/src/config-schema.ts:159
How the hosts name it — see ConfigMeta.
schema
schema: $ZodType;
Defined in: packages/overcast-core/src/config-schema.ts:161
The parser, for a host that wants to ask it something (see configChoices).