UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

14 lines (13 loc) 278 B
import { TUUID } from '../../../dt/index.js'; export const AggregateOutputDef = { parts: { _0: { fields: { id: { key: 'id', type: new TUUID(), }, }, }, }, };