Member Junction
    Preparing search index...

    Variable MJMCPServerConnectionPermissionSchemaConst

    MJMCPServerConnectionPermissionSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            CanExecute: ZodBoolean;
            CanModify: ZodBoolean;
            CanViewCredentials: ZodBoolean;
            ID: ZodString;
            MCPServerConnection: ZodString;
            MCPServerConnectionID: ZodString;
            Role: ZodNullable<ZodString>;
            RoleID: ZodNullable<ZodString>;
            User: ZodNullable<ZodString>;
            UserID: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CanExecute?: boolean;
            CanModify?: boolean;
            CanViewCredentials?: boolean;
            ID?: string;
            MCPServerConnection?: string;
            MCPServerConnectionID?: string;
            Role?: string;
            RoleID?: string;
            User?: string;
            UserID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CanExecute?: boolean;
            CanModify?: boolean;
            CanViewCredentials?: boolean;
            ID?: string;
            MCPServerConnection?: string;
            MCPServerConnectionID?: string;
            Role?: string;
            RoleID?: string;
            User?: string;
            UserID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: MCP Server Connection Permissions