UNPKG

@mintlify/models

Version:

Mintlify models

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