/** * Contains basic information about the running application. */ export type ApplicationInfo = { name: string; version: string; }