Variable MJDashboardCategoryLinkSchemaConst
MJDashboardCategoryLinkSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Dashboard: ZodString;
DashboardCategory: ZodNullable<ZodString>;
DashboardCategoryID: ZodNullable<ZodString>;
DashboardID: ZodString;
DisplayName: ZodNullable<ZodString>;
ID: ZodString;
Sequence: ZodNumber;
User: ZodString;
UserID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Dashboard?: string;
DashboardCategory?: string;
DashboardCategoryID?: string;
DashboardID?: string;
DisplayName?: string;
ID?: string;
Sequence?: number;
User?: string;
UserID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Dashboard?: string;
DashboardCategory?: string;
DashboardCategoryID?: string;
DashboardID?: string;
DisplayName?: string;
ID?: string;
Sequence?: number;
User?: string;
UserID?: string;
},
> = ...
zod schema definition for the entity MJ: Dashboard Category Links