UserViewRunDetailSchema: ZodObject<{
    EntityID: ZodString;
    ID: ZodString;
    RecordID: ZodString;
    UserViewID: ZodString;
    UserViewRunID: ZodString;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    EntityID?: string;
    ID?: string;
    RecordID?: string;
    UserViewID?: string;
    UserViewRunID?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}, {
    EntityID?: string;
    ID?: string;
    RecordID?: string;
    UserViewID?: string;
    UserViewRunID?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity User View Run Details

Type declaration

  • EntityID: ZodString
  • ID: ZodString
  • RecordID: ZodString
  • UserViewID: ZodString
  • UserViewRunID: ZodString
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional EntityID?: string
  • Optional ID?: string
  • Optional RecordID?: string
  • Optional UserViewID?: string
  • Optional UserViewRunID?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional EntityID?: string
  • Optional ID?: string
  • Optional RecordID?: string
  • Optional UserViewID?: string
  • Optional UserViewRunID?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date