export interface ApiOptions {
    baseUrl: string;
}
