/** * Solidex.Company, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null * 1.0 * undefined */ import * as __model from '../model'; export interface ApplicationViewModelSummary { /** format: uuid */ id?: string; appShortcut?: string; name?: string; fullname?: string; description?: string; /** format: int32 */ trialPeriod?: number; perEmployee?: boolean; imageUrl?: string; isRequiredStorage?: boolean; /** format: int32 */ count?: number; prices?: __model.PriceViewModelSummary[]; }