UNPKG

@websolutespa/payload-plugin-bowl

Version:

Bowl PayloadCms plugin of the BOM Repository

16 lines (15 loc) 346 B
export async function decorateSchema_(item, slug) { return { ...item, schema: item.schema || slug }; } export async function decorateSchemas_(items, slug) { return items.map((item)=>{ return { ...item, schema: item.schema || slug }; }); } //# sourceMappingURL=schema.js.map