File

src/app/modules/public/module/offline/interfaces/IAppInfo.ts

Index

Properties

Properties

deviceId
deviceId: string
Type : string
languages
languages: string
Type : string
releaseDate
releaseDate: string
Type : string
Optional
termsOfUseUrl
termsOfUseUrl: string
Type : string
updateInfo
updateInfo: literal type
Type : literal type
Optional
version
version: string
Type : string
export interface IAppInfo {
  termsOfUseUrl: string;
  version: string;
  releaseDate?: string;
  languages: string;
  deviceId: string;
  updateInfo?: {
      updateAvailable?: boolean,
      url?: string,
      version?: string
  };
}

export interface ITelemetryInfo {
  totalSize: number;
  lastExportedOn: number;
}

results matching ""

    No results matching ""