ICategoria.ts 182 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 export interface ICategoria { id: number; detalle: string; es_promocion: boolean; vigencia_desde: Date; vigencia_hasta: Date; ES_PEDIDO: boolean; selected?: boolean; }