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