Variable MJMagicLinkInviteRoleSchemaConst
MJMagicLinkInviteRoleSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ID: ZodString;
InviteID: ZodString;
Role: ZodString;
RoleID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
InviteID?: string;
Role?: string;
RoleID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
InviteID?: string;
Role?: string;
RoleID?: string;
},
> = ...
zod schema definition for the entity MJ: Magic Link Invite Roles