sanity
Version:
Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches
12 lines (11 loc) • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: !0 });
var types = require("@sanity/types");
function defineVideoField(definition) {
return types.defineField({
...definition,
type: "sanity.video"
});
}
exports.defineVideoField = defineVideoField;
//# sourceMappingURL=media-library.js.map