export interface KSwapAggregatorEntity {
    id: number;
    name: string;
}
