UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 160 B
import { IProtobufPropertyType } from "./IProtobufPropertyType"; export interface IProtobufProperty { fixed: boolean; union: IProtobufPropertyType[]; }