UNPKG

@gotamedia/oc

Version:

Set of OC helper for NodeJs Runtime.

9 lines (8 loc) 270 B
export type OC_SERVICE_CONFIG_Type = { baseUrl: string; username: string; password: string; }; declare let OC_SERVICE_CONFIG: OC_SERVICE_CONFIG_Type; declare const configure: (config: OC_SERVICE_CONFIG_Type) => void; export { OC_SERVICE_CONFIG, configure };