/// interface app { name: string; link?: string; logo: string; row: number; onclick?: (() => void) | string; }