UNPKG

@alsew_/strapi-plugin-migration

Version:
9 lines (8 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = ({ strapi }) => ({ async get() { const singleTypes = Object.values(strapi.contentTypes).filter((contentType) => contentType.kind === 'singleType'); return singleTypes; }, });