/*! * @copyright FLYACTS GmbH 2018 */ export interface VersionInformation { name: string; version: string; description: string; }