Type definition for valuation report containers.

interface ConsolidatedValuationReportContainer {
    guid: string;
    id: number;
    name: string;
}

Properties

Properties

guid: string

GUID of the container.

id: number

Id of the container.

name: string

Name of the container.