Variable: DefinitionSubjects
Makaio Framework / services-core/definition/namespace / DefinitionSubjects
Variable: DefinitionSubjects
Section titled “Variable: DefinitionSubjects”
constDefinitionSubjects:BusSubjects<FlatSubjectDefinitions<"definition", {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>; }; }>,"definition"> =DefinitionNamespace.subjects
Defined in: ../../../packages/services/core/src/definition/namespace.ts:30
Pre-extracted definition bus subjects for direct import.