Type alias GetCompletedJobResultMaybeData

GetCompletedJobResultMaybeData: {
    getStarted?: boolean;
    id: string;
    workspace: string;
}

Type declaration

  • Optional getStarted?: boolean
  • id: string
  • workspace: string