UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

10 lines 247 B
import { Schema } from 'airtight'; export const KeyValueSchema = new Schema({ id: 'KeyValue', type: 'object', properties: { key: { type: 'string' }, value: { type: 'any' }, } }); //# sourceMappingURL=KeyValue.js.map