Variable RecommendationSchemaConst
RecommendationSchema: ZodObject<{
ID: ZodString;
RecommendationRunID: ZodString;
SourceEntity: ZodString;
SourceEntityID: ZodString;
SourceEntityRecordID: ZodString;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
ID?: string;
RecommendationRunID?: string;
SourceEntity?: string;
SourceEntityID?: string;
SourceEntityRecordID?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}, {
ID?: string;
RecommendationRunID?: string;
SourceEntity?: string;
SourceEntityID?: string;
SourceEntityRecordID?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
ID: ZodString
RecommendationRunID: ZodString
SourceEntity: ZodString
SourceEntityID: ZodString
SourceEntityRecordID: ZodString
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional ID?: string
Optional RecommendationRunID?: string
Optional SourceEntity?: string
Optional SourceEntityID?: string
Optional SourceEntityRecordID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional ID?: string
Optional RecommendationRunID?: string
Optional SourceEntity?: string
Optional SourceEntityID?: string
Optional SourceEntityRecordID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity Recommendations