UNPKG

process-reporting-ts

Version:
11 lines (10 loc) 292 B
export interface ProcessData { processId: string; fileName: string; processDiagram: string; processVersion: string; boundedContext: string; retentionTime: string; eventTime: Date; } export declare const listProcesses: (fileDir?: string) => Promise<ProcessData>[];