Variable ContentSourceSchemaConst
ContentSourceSchema: ZodObject<{
ContentFileType: ZodString;
ContentFileTypeID: ZodString;
ContentSourceType: ZodString;
ContentSourceTypeID: ZodString;
ContentType: ZodString;
ContentTypeID: ZodString;
ID: ZodString;
Name: ZodNullable<ZodString>;
URL: ZodString;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
ContentFileType?: string;
ContentFileTypeID?: string;
ContentSourceType?: string;
ContentSourceTypeID?: string;
ContentType?: string;
ContentTypeID?: string;
ID?: string;
Name?: string;
URL?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}, {
ContentFileType?: string;
ContentFileTypeID?: string;
ContentSourceType?: string;
ContentSourceTypeID?: string;
ContentType?: string;
ContentTypeID?: string;
ID?: string;
Name?: string;
URL?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
ContentFileType: ZodString
ContentFileTypeID: ZodString
ContentSourceType: ZodString
ContentSourceTypeID: ZodString
ContentType: ZodString
ContentTypeID: ZodString
ID: ZodString
Name: ZodNullable<ZodString>
URL: ZodString
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional ContentFileType?: string
Optional ContentFileTypeID?: string
Optional ContentSourceType?: string
Optional ContentSourceTypeID?: string
Optional ContentType?: string
Optional ContentTypeID?: string
Optional ID?: string
Optional Name?: string
Optional URL?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional ContentFileType?: string
Optional ContentFileTypeID?: string
Optional ContentSourceType?: string
Optional ContentSourceTypeID?: string
Optional ContentType?: string
Optional ContentTypeID?: string
Optional ID?: string
Optional Name?: string
Optional URL?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity Content Sources