Variable MJReportSnapshotSchemaConst
MJReportSnapshotSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ID: ZodString;
Report: ZodString;
ReportID: ZodString;
ResultSet: ZodString;
User: ZodString;
UserID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
Report?: string;
ReportID?: string;
ResultSet?: string;
User?: string;
UserID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
Report?: string;
ReportID?: string;
ResultSet?: string;
User?: string;
UserID?: string;
},
> = ...
zod schema definition for the entity MJ: Report Snapshots