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