6 lines
179 B
TypeScript
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',
|
|
}
|