Variable MJDashboardCategoryPermissionSchemaConst
MJDashboardCategoryPermissionSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
CanAddRemove: ZodBoolean;
CanEdit: ZodBoolean;
CanRead: ZodBoolean;
CanShare: ZodBoolean;
DashboardCategory: ZodString;
DashboardCategoryID: ZodString;
ID: ZodString;
SharedByUser: ZodNullable<ZodString>;
SharedByUserID: ZodNullable<ZodString>;
User: ZodString;
UserID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
CanAddRemove?: boolean;
CanEdit?: boolean;
CanRead?: boolean;
CanShare?: boolean;
DashboardCategory?: string;
DashboardCategoryID?: string;
ID?: string;
SharedByUser?: string;
SharedByUserID?: string;
User?: string;
UserID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
CanAddRemove?: boolean;
CanEdit?: boolean;
CanRead?: boolean;
CanShare?: boolean;
DashboardCategory?: string;
DashboardCategoryID?: string;
ID?: string;
SharedByUser?: string;
SharedByUserID?: string;
User?: string;
UserID?: string;
},
> = ...
zod schema definition for the entity MJ: Dashboard Category Permissions