UNPKG

@zendesk/zcli-core

Version:

ZCLI core libraries and services

5 lines (4 loc) 253 B
import Auth from './auth'; export declare const getSubdomain: (auth: Auth) => Promise<string>; export declare const getDomain: (auth: Auth) => Promise<string | undefined>; export declare const getBaseUrl: (subdomain: string, domain?: string) => string;