beitzah-cms/src/endpoints/seed/image-hero-1.ts
2025-04-04 14:41:47 -05:00

6 lines
179 B
TypeScript

import type { Media } from '@/payload-types'
export const imageHero1: Omit<Media, 'createdAt' | 'id' | 'updatedAt'> = {
alt: 'Straight metallic shapes with a blue gradient',
}