/// <reference types="astro/client" /> interface app { name: string; link?: string; logo: string; row: number; onclick?: (() => void) | string; }