/** * Solidex.Company, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null * 1.0 * undefined */ export interface InstalledApplicationEvent { shortcut?: string; /** format: uuid */ companyId?: string; /** format: uuid */ id?: string; /** format: uuid */ installedApplicationId?: string; applicationKey?: string; active?: boolean; }