@strapi/types
Version:
Shared typescript types for Strapi internal use
9 lines • 412 B
JavaScript
;
/**
* Interfaces and types designed for managing attribute options.
*
* It includes (but is not limited to) settings for requirements, privacy, uniqueness, default values, configurability,
* constraints, visibility, and writability of an attribute as well as the provision for custom fields.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=options.js.map