Skip to content

Documentation / @agentick/gateway / registerConfigSchema

Function: registerConfigSchema() ​

registerConfigSchema(key, schema): void

Defined in: gateway/src/config.ts:120

Register a config schema fragment (called at module load time)

Parameters ​

key ​

string

schema ​

ZodLikeSchema

Returns ​

void

Released under the ISC License.