ContentItemAttributeSchema: ZodObject<{
    ContentItem: ZodNullable<ZodString>;
    ContentItemID: ZodString;
    ID: ZodString;
    Name: ZodString;
    Value: ZodString;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    ContentItem?: string;
    ContentItemID?: string;
    ID?: string;
    Name?: string;
    Value?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}, {
    ContentItem?: string;
    ContentItemID?: string;
    ID?: string;
    Name?: string;
    Value?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity Content Item Attributes

Type declaration

  • ContentItem: ZodNullable<ZodString>
  • ContentItemID: ZodString
  • ID: ZodString
  • Name: ZodString
  • Value: ZodString
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional ContentItem?: string
  • Optional ContentItemID?: string
  • Optional ID?: string
  • Optional Name?: string
  • Optional Value?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional ContentItem?: string
  • Optional ContentItemID?: string
  • Optional ID?: string
  • Optional Name?: string
  • Optional Value?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date