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

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