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

export default DexTypeEntity;
