Member Junction
    Preparing search index...

    Variable MJAPIScopeSchemaConst

    MJAPIScopeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Category: ZodString;
            Description: ZodNullable<ZodString>;
            FullPath: ZodString;
            ID: ZodString;
            IsActive: ZodBoolean;
            Name: ZodString;
            Parent: ZodNullable<ZodString>;
            ParentID: ZodNullable<ZodString>;
            ResourceType: ZodNullable<ZodString>;
            RootParentID: ZodNullable<ZodString>;
            UIConfig: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            Description?: string;
            FullPath?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            ResourceType?: string;
            RootParentID?: string;
            UIConfig?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            Description?: string;
            FullPath?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            ResourceType?: string;
            RootParentID?: string;
            UIConfig?: string;
        },
    > = ...

    zod schema definition for the entity MJ: API Scopes