UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

12 lines (11 loc) 335 B
export type DisplayDomainDeployment = { subdomain: string; basePath: string; customDomains?: string[]; auth?: unknown; atlas?: { id: string; repoUrl?: string; }; }; export declare function getDisplayDomain(deployment: DisplayDomainDeployment, isDev?: boolean, appendBasePath?: boolean): string;