UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 332 B
import { Type } from 'protobufjs'; import { type UCDef, type UCInput, type UCOPIBase } from '../../../uc/index.js'; export declare function ucInputType<I extends UCInput | undefined = undefined, OPI0 extends UCOPIBase | undefined = undefined, OPI1 extends UCOPIBase | undefined = undefined>(ucd: UCDef<I, OPI0, OPI1>): Type | null;