categoria.ts 158 Bytes edit raw blame history 1 2 3 4 5 6 7 8 export interface Categoria { id: number, detalle: string, es_promocion: boolean, vigencia_desde: Date, vigencia_hasta: Date, ES_PEDIDO: boolean }