Variable MJIntegrationURLFormatSchemaConst
MJIntegrationURLFormatSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Comments: ZodNullable<ZodString>;
EntityID: ZodString;
FullURLFormat: ZodNullable<ZodString>;
ID: ZodString;
Integration: ZodString;
IntegrationID: ZodString;
NavigationBaseURL: ZodNullable<ZodString>;
URLFormat: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Comments?: string;
EntityID?: string;
FullURLFormat?: string;
ID?: string;
Integration?: string;
IntegrationID?: string;
NavigationBaseURL?: string;
URLFormat?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Comments?: string;
EntityID?: string;
FullURLFormat?: string;
ID?: string;
Integration?: string;
IntegrationID?: string;
NavigationBaseURL?: string;
URLFormat?: string;
},
> = ...
zod schema definition for the entity MJ: Integration URL Formats