@mintlify/models
Version:
Mintlify models
5 lines (4 loc) • 297 B
TypeScript
import { EntitlementConfiguration } from '../types/entitlementConfiguration.js';
export type OrgEntitlements = Partial<Record<OrgEntitlement, EntitlementConfiguration>>;
export declare const orgEntitlements: readonly ["SSO", "RBAC"];
export type OrgEntitlement = (typeof orgEntitlements)[number];