UNPKG

netkitty

Version:
8 lines (6 loc) 188 B
import {ProtocolJSONSchema} from '../../schema/ProtocolJSONSchema' export type CodecSchema = { readonly id: string readonly name: string readonly schema: ProtocolJSONSchema }