export interface ApiSettingsState {
    apiUrl: string;
    apiKey: string;
}
