File

src/app/dto/optimization-info.ts

Index

Properties

Properties

currentGeneration
Type : number
hash
Type : string
logs
Type : string
status
Type : string
threadId
Type : number
export class OptimizationInfo {
  threadId: number;
  logs: string;
  status: string;
  hash: string;
  currentGeneration: number;
}

result-matching ""

    No results matching ""