export default interface ISetup {
    apiKey?: string;
    serverUrl?: string;
    assetsUrl?: string;
}
