IntegrationURLFormatSchema: ZodObject<{
    Comments: ZodNullable<ZodString>;
    EntityID: ZodString;
    FullURLFormat: ZodNullable<ZodString>;
    ID: ZodString;
    Integration: ZodString;
    IntegrationID: ZodString;
    NavigationBaseURL: ZodNullable<ZodString>;
    URLFormat: ZodString;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    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;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity Integration URL Formats

Type declaration

  • Comments: ZodNullable<ZodString>
  • EntityID: ZodString
  • FullURLFormat: ZodNullable<ZodString>
  • ID: ZodString
  • Integration: ZodString
  • IntegrationID: ZodString
  • NavigationBaseURL: ZodNullable<ZodString>
  • URLFormat: ZodString
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional Comments?: string
  • Optional EntityID?: string
  • Optional FullURLFormat?: string
  • Optional ID?: string
  • Optional Integration?: string
  • Optional IntegrationID?: string
  • Optional NavigationBaseURL?: string
  • Optional URLFormat?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional Comments?: string
  • Optional EntityID?: string
  • Optional FullURLFormat?: string
  • Optional ID?: string
  • Optional Integration?: string
  • Optional IntegrationID?: string
  • Optional NavigationBaseURL?: string
  • Optional URLFormat?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date