UNPKG

@dolbyio/dolbyio-rest-apis-client

Version:
12 lines (11 loc) 393 B
export interface Hostnames { api?: string; rts?: string; rtsDirector?: string; mapi?: string; } export declare const initialize: (newHostnames: Hostnames) => void; export declare const getApiHostname: () => string; export declare const getRtsHostname: () => string; export declare const getRtsDirectorHostname: () => string; export declare const getMapiHostname: () => string;