Variable MJIntegrationSchemaConst
MJIntegrationSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
BatchMaxRequestCount: ZodNumber;
BatchRequestWaitTime: ZodNumber;
ClassName: ZodNullable<ZodString>;
Configuration: ZodNullable<ZodString>;
CredentialType: ZodNullable<ZodString>;
CredentialTypeID: ZodNullable<ZodString>;
Description: ZodNullable<ZodString>;
Icon: ZodNullable<ZodString>;
ID: ZodString;
ImportPath: ZodNullable<ZodString>;
Name: ZodString;
NavigationBaseURL: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
BatchMaxRequestCount?: number;
BatchRequestWaitTime?: number;
ClassName?: string;
Configuration?: string;
CredentialType?: string;
CredentialTypeID?: string;
Description?: string;
Icon?: string;
ID?: string;
ImportPath?: string;
Name?: string;
NavigationBaseURL?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
BatchMaxRequestCount?: number;
BatchRequestWaitTime?: number;
ClassName?: string;
Configuration?: string;
CredentialType?: string;
CredentialTypeID?: string;
Description?: string;
Icon?: string;
ID?: string;
ImportPath?: string;
Name?: string;
NavigationBaseURL?: string;
},
> = ...
zod schema definition for the entity MJ: Integrations