export interface RenameProviderTypeRequest { oldType: string; newType: string; }