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>;
            ParentIDChildCount: ZodNullable<ZodNumber>;
            ParentIDDepth: ZodNullable<ZodNumber>;
            ParentIDIsLeaf: ZodNullable<ZodBoolean>;
            ParentIDPath: 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;
            ParentIDChildCount?: number;
            ParentIDDepth?: number;
            ParentIDIsLeaf?: boolean;
            ParentIDPath?: 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;
            ParentIDChildCount?: number;
            ParentIDDepth?: number;
            ParentIDIsLeaf?: boolean;
            ParentIDPath?: string;
            ResourceType?: string;
            RootParentID?: string;
            UIConfig?: string;
        },
    > = ...

    zod schema definition for the entity MJ: API Scopes