interface FinancialSync {
    _id?: string;
    batches?: FinancialSyncBatch[];
    completedDate?: Date;
    createdDate?: Date;
    id?: string;
    maxEventDate: Date;
    minEventDate: Date;
    modifiedDate?: Date;
    summaries?: FinancialSyncSummary[];
}

Hierarchy (View Summary)

Properties

_id?: string
batches?: FinancialSyncBatch[]
completedDate?: Date
createdDate?: Date
id?: string

Use _id instead

maxEventDate: Date
minEventDate: Date
modifiedDate?: Date
summaries?: FinancialSyncSummary[]