Variable AIVendorSchemaConst
AIVendorSchema: ZodObject<{
CredentialType: ZodNullable<ZodString>;
CredentialTypeID: ZodNullable<ZodString>;
Description: ZodNullable<ZodString>;
ID: ZodString;
Name: ZodString;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
CredentialType?: string;
CredentialTypeID?: string;
Description?: string;
ID?: string;
Name?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}, {
CredentialType?: string;
CredentialTypeID?: string;
Description?: string;
ID?: string;
Name?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
CredentialType: ZodNullable<ZodString>
CredentialTypeID: ZodNullable<ZodString>
Description: ZodNullable<ZodString>
ID: ZodString
Name: ZodString
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional CredentialType?: string
Optional CredentialTypeID?: string
Optional Description?: string
Optional ID?: string
Optional Name?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional CredentialType?: string
Optional CredentialTypeID?: string
Optional Description?: string
Optional ID?: string
Optional Name?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity MJ: AI Vendors