export type Line = { locale: string; title: string; desc: string; cover: string; images: string[]; properties?: string[]; slug: string; }