Variable MJUserViewRunDetailSchemaConst
MJUserViewRunDetailSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
EntityID: ZodString;
ID: ZodString;
RecordID: ZodString;
UserViewID: ZodString;
UserViewRunID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
EntityID?: string;
ID?: string;
RecordID?: string;
UserViewID?: string;
UserViewRunID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
EntityID?: string;
ID?: string;
RecordID?: string;
UserViewID?: string;
UserViewRunID?: string;
},
> = ...
zod schema definition for the entity MJ: User View Run Details