Type Alias FinancialSyncBatch
FinancialSyncBatch: {
endDate: Date;
failed: number;
key: string;
retryable: number;
startDate: Date;
succeeded: number;
target: string;
}
Type declaration
endDate: Date
failed: number
key: string
retryable: number
startDate: Date
succeeded: number
target: string