UNPKG

117 BTypeScriptView Raw
1export declare class Config {
2 endpoint: string;
3 clientId: string;
4 constructor(data?: Partial<Config>);
5}