File

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

Index

Properties

Properties

BatchUri
BatchUri: string
Type : string
ProcessingExecutionName
ProcessingExecutionName: string
Type : string
ProcessingRunDefinitionUrl
ProcessingRunDefinitionUrl: string
Type : string
time
time: string
Type : string
export interface IProcessingDayManifestEntry {
  time: string; // would like in json file hacking now via map function
  BatchUri: string;
  ProcessingExecutionName: string;
  ProcessingRunDefinitionUrl: string;
}

result-matching ""

    No results matching ""