File

src/app/modules/daily-processing/models/i-desired-manifest-entry.ts

Index

Properties

Properties

amount
amount: string
Type : string
BatchUri
BatchUri: string
Type : string
definition$
definition$: Observable<IProcessingRunDefinition>
Type : Observable<IProcessingRunDefinition>
Optional
exceptions
exceptions: string
Type : string
fiCount
fiCount: number
Type : number
ProcessingExecutionName
ProcessingExecutionName: string
Type : string
ProcessingRunDefinitionUrl
ProcessingRunDefinitionUrl: string
Type : string
status
status: string
Type : string
time
time: string
Type : string
import { Observable } from 'rxjs';
import { IProcessingRunDefinition } from './i-processing-run-definition';
export interface IDesiredManifestEntry {
  BatchUri: string;
  ProcessingExecutionName: string;
  ProcessingRunDefinitionUrl: string;
  // would like these in the json file
  time: string;
  status: string;
  fiCount: number;
  amount: string;
  exceptions: string;
  // hack
  definition$?: Observable<IProcessingRunDefinition>;
}

result-matching ""

    No results matching ""