export interface ConfigSetResponse {
    key: string;
    success: boolean;
}
