Type definition of the FINREA artifact type.

interface ValuationReportArtifactType {
    id: DecafArtifactTypeId;
    name: string;
    order: number;
}

Properties

Properties

name: string
order: number