export interface PriceTypeEntity {
  id: number;
  name: string;
}
export default PriceTypeEntity;
