Type definition for account reference in valuation reports.

interface ValuationReportAccount {
    guid: string;
    id: DecafAccountId;
    name: string;
}

Properties

Properties

guid: string
name: string