Member Junction
    Preparing search index...

    Variable MJPermissionDomainSchemaConst

    MJPermissionDomainSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Description: ZodNullable<ZodString>;
            DisplayOrder: ZodNumber;
            Icon: ZodNullable<ZodString>;
            ID: ZodString;
            IsActive: ZodBoolean;
            Name: ZodString;
            ProviderClassName: ZodString;
            SupportedActions: ZodString;
            SupportedGranteeTypes: ZodString;
            SupportsDeny: ZodBoolean;
            SupportsExpiration: ZodBoolean;
            SupportsHierarchyInheritance: ZodBoolean;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            DisplayOrder?: number;
            Icon?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
            ProviderClassName?: string;
            SupportedActions?: string;
            SupportedGranteeTypes?: string;
            SupportsDeny?: boolean;
            SupportsExpiration?: boolean;
            SupportsHierarchyInheritance?: boolean;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            DisplayOrder?: number;
            Icon?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
            ProviderClassName?: string;
            SupportedActions?: string;
            SupportedGranteeTypes?: string;
            SupportsDeny?: boolean;
            SupportsExpiration?: boolean;
            SupportsHierarchyInheritance?: boolean;
        },
    > = ...

    zod schema definition for the entity MJ: Permission Domains