import type { GlobalConfig } from 'tbsh-cms' export const menuSlug = 'menu' export const MenuGlobal: GlobalConfig = { slug: menuSlug, fields: [ { name: 'globalText', type: 'text', }, ], }