Variable: DefinitionNamespace
Makaio Framework / services-core/definition/namespace / DefinitionNamespace
Variable: DefinitionNamespace
Section titled “Variable: DefinitionNamespace”
constDefinitionNamespace:BusNamespace<"definition",SubjectRecordFromSchemaRecord<{getConfigSchema: {request:ZodObject<{definitionId:ZodString; },$strip>;response:ZodObject<{hasSchema:ZodBoolean;schema:ZodNullable<ZodRecord<ZodString,ZodUnknown>>; },$strip>; };getCredentialSchema: {request:ZodObject<{definitionId:ZodString; },$strip>;response:ZodObject<{hasSchema:ZodBoolean;schema:ZodNullable<ZodRecord<ZodString,ZodUnknown>>; },$strip>; }; }>, {definitionId:string; }, {getConfigSchema: {request:ZodObject<{definitionId:ZodString; },$strip>;response:ZodObject<{hasSchema:ZodBoolean;schema:ZodNullable<ZodRecord<ZodString,ZodUnknown>>; },$strip>; };getCredentialSchema: {request:ZodObject<{definitionId:ZodString; },$strip>;response:ZodObject<{hasSchema:ZodBoolean;schema:ZodNullable<ZodRecord<ZodString,ZodUnknown>>; },$strip>; }; }>
Defined in: ../../../packages/services/core/src/definition/namespace.ts:27
Provider definition introspection namespace registered under the definition prefix.