export default interface IC3Config {
    ic3ClientVersion?: string;
    ic3ClientCDNUrl?: string;
}
