export interface ProviderDto {
    name: string;
    title: string;
    isDefault: boolean;
}
