UNPKG

@sanity/schema

Version:

- **`Schema`** A collection of types - **`Type`** A specification of a data structure. Available through schema lookup. - **`Member type`** A member type is a type contained by a schema type. For example, an array may specify the allowed item types by def

8 lines (7 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }); var Schema$1 = require("./_chunks-cjs/Schema.js"); const Schema = Schema$1.Schema; exports.default = Schema$1.DeprecatedDefaultSchema; exports.Schema = Schema; //# sourceMappingURL=index.js.map