export type Config = {
    api_key: string;
};
