import type { CheckboxField } from '../../../packages/payload/src/fields/config/types' export const invertBackground: CheckboxField = { name: 'invertBackground', type: 'checkbox', }