src/app/modules/daily-processing/models/i-processing-day-manifest-entry.ts
Properties |
| BatchUri |
BatchUri:
|
Type : string
|
| ProcessingExecutionName |
ProcessingExecutionName:
|
Type : string
|
| ProcessingRunDefinitionUrl |
ProcessingRunDefinitionUrl:
|
Type : string
|
| time |
time:
|
Type : string
|
export interface IProcessingDayManifestEntry {
time: string; // would like in json file hacking now via map function
BatchUri: string;
ProcessingExecutionName: string;
ProcessingRunDefinitionUrl: string;
}