1 2 3 4 5 6 7
namespace Entity { export type Application = { name: string website?: string | null vapid_key?: string | null } }