export interface IClientConfig {
    service?: string;
    url?: string;
    package: string;
    protoPath: string;
}
