© 2026 Hedgehog Software, LLC
const recTypes = type.module({ remoteFieldSchema: { arguments: type({ "[string]": "string" }), field: type({ "[string]": "remoteFieldSchema" }).optional(), }, });