export type Config = {
    apiUrl: string;
    apiKey: string;
};
