UNPKG

@websolutespa/payload-plugin-bowl

Version:

Bowl PayloadCms plugin of the BOM Repository

18 lines (17 loc) 356 B
import { isTenant } from '@/core'; export const TypeACollection = { type: 'withCollection', slug: 'type_a_collection', access: { read: isTenant('type_a_collection') }, fields: [ { type: 'withId' }, { type: 'withName' } ] }; //# sourceMappingURL=TypeACollection.js.map