@moscowcity/ym-api
Version:
Forked version of https://github.com/kontsevoye/ym-api with removed console.error
23 lines (22 loc) • 435 B
TypeScript
declare const _default: {
api: {
host: string;
port: number;
scheme: string;
};
authApi: {
host: string;
port: number;
scheme: string;
};
oauth: {
CLIENT_ID: string;
CLIENT_SECRET: string;
};
fake_device: {
DEVICE_ID: string;
UUID: string;
PACKAGE_NAME: string;
};
};
export default _default;