UNPKG

@finos/perspective-viewer

Version:

The `<perspective-viewer>` Custom Element, frontend for Perspective.js

4 lines (3 loc) 188 B
import type { MultiAggregate } from "./MultiAggregate.js"; import type { SingleAggregate } from "./SingleAggregate.js"; export type Aggregate = SingleAggregate | [MultiAggregate, string];