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 TypeBCollection = { type: 'withCollection', slug: 'type_b_collection', access: { read: isTenant('type_b_collection') }, fields: [ { type: 'withId' }, { type: 'withName' } ] }; //# sourceMappingURL=TypeBCollection.js.map