UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

6 lines (5 loc) 221 B
import type { UCOPIBase } from '../../opi.js'; import type { UCOutputDef } from '../../output.js'; export interface AggregateOPI0 extends UCOPIBase { } export declare const AggregateOutputDef: UCOutputDef<AggregateOPI0>;