UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

13 lines 290 B
import { Schema } from 'airtight'; export const HttpDictSchema = new Schema({ id: 'HttpDict', type: 'object', properties: {}, additionalProperties: { type: 'array', items: { type: 'string', } } }); //# sourceMappingURL=HttpDict.js.map