interface DataLink { name: string | null; link: string | null; } export type { DataLink };