UNPKG

@sclt/program-seed

Version:

Seed data

8 lines (6 loc) 157 B
module.exports = async function getGroups() { let { data: { data }, } = await this.Strapi.get('content-type-builder/components'); return data; };