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