details for counts for steps

This commit is contained in:
2026-05-29 16:14:05 +05:30
parent acbfca94f2
commit 8c8808e18b
2 changed files with 38 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ export type FetchRequestStatus =
export interface FileSource {
path: string;
format: string;
raw_lines?: string[];
txn_blocks?: Record<string, any>;
txn_dicts?: Record<string, any>[];
}
export interface EmailSource {