@foxy.io/sdk
Version:
Universal SDK for a full server-side and a limited in-browser access to Foxy hAPI.
15 lines (14 loc) • 584 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.thisV8N = void 0;
require("../core/v8n.js");
const v8n_1 = __importDefault(require("v8n"));
exports.thisV8N = v8n_1.default().schema({
key: v8n_1.default().optional(v8n_1.default().string()),
parent: v8n_1.default().optional(v8n_1.default().object()),
remove: v8n_1.default().typeOf('function'),
update: v8n_1.default().typeOf('function'),
});