Type Alias DblResourceData

DblResourceData: {
    bestLanguageName: string;
    dblEntryUid: string;
    displayName: string;
    fullName: string;
    installed: boolean;
    projectId: string;
    size: number;
    type: ResourceType;
    updateAvailable: boolean;
}

Type declaration

  • bestLanguageName: string
  • dblEntryUid: string
  • displayName: string
  • fullName: string
  • installed: boolean
  • projectId: string
  • size: number
  • type: ResourceType
  • updateAvailable: boolean