ContentSourceParamSchema: ZodObject<{
    ContentSource: ZodNullable<ZodString>;
    ContentSourceID: ZodString;
    ContentSourceTypeParamID: ZodString;
    ID: ZodString;
    Value: ZodString;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    ContentSource?: string;
    ContentSourceID?: string;
    ContentSourceTypeParamID?: string;
    ID?: string;
    Value?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}, {
    ContentSource?: string;
    ContentSourceID?: string;
    ContentSourceTypeParamID?: string;
    ID?: string;
    Value?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity Content Source Params

Type declaration

  • ContentSource: ZodNullable<ZodString>
  • ContentSourceID: ZodString
  • ContentSourceTypeParamID: ZodString
  • ID: ZodString
  • Value: ZodString
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional ContentSource?: string
  • Optional ContentSourceID?: string
  • Optional ContentSourceTypeParamID?: string
  • Optional ID?: string
  • Optional Value?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional ContentSource?: string
  • Optional ContentSourceID?: string
  • Optional ContentSourceTypeParamID?: string
  • Optional ID?: string
  • Optional Value?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date