UNPKG

253 BTypeScriptView Raw
1import { Client as CoreInterface, Config } from "@ideal-postcodes/core-interface";
2export { Config };
3export declare class Client extends CoreInterface {
4 /**
5 * Client constructor extends CoreInterface
6 */
7 constructor(config: Config);
8}