export interface APIApplication { name: string; website?: string | null; vapid_key?: string | null; }