details for counts for steps
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user