Variable MJQueryCategorySchemaConst
MJQueryCategorySchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
CacheInheritanceEnabled: ZodBoolean;
DefaultCacheEnabled: ZodBoolean;
DefaultCacheMaxSize: ZodNullable<ZodNumber>;
DefaultCacheTTLMinutes: ZodNullable<ZodNumber>;
Description: ZodNullable<ZodString>;
ID: ZodString;
Name: ZodString;
Parent: ZodNullable<ZodString>;
ParentID: ZodNullable<ZodString>;
RootParentID: ZodNullable<ZodString>;
User: ZodString;
UserID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
CacheInheritanceEnabled?: boolean;
DefaultCacheEnabled?: boolean;
DefaultCacheMaxSize?: number;
DefaultCacheTTLMinutes?: number;
Description?: string;
ID?: string;
Name?: string;
Parent?: string;
ParentID?: string;
RootParentID?: string;
User?: string;
UserID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
CacheInheritanceEnabled?: boolean;
DefaultCacheEnabled?: boolean;
DefaultCacheMaxSize?: number;
DefaultCacheTTLMinutes?: number;
Description?: string;
ID?: string;
Name?: string;
Parent?: string;
ParentID?: string;
RootParentID?: string;
User?: string;
UserID?: string;
},
> = ...
zod schema definition for the entity MJ: Query Categories