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