Member Junction
    Preparing search index...

    Variable MJDashboardCategorySchemaConst

    MJDashboardCategorySchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            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;
            Description?: string;
            ID?: string;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            RootParentID?: string;
            User?: string;
            UserID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            ID?: string;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            RootParentID?: string;
            User?: string;
            UserID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Dashboard Categories