import { Tax } from './tax'; export class SaleCategory { id: string; name: string; tax: Tax; }