export interface ConfigurationInterface {
    basePath: string;
    accessToken: string;
    headers?: {};
}
