export interface RequestConfigCreateOrUpdate { config: string; action: string; isActive: boolean; data: any; }