Interface ReportPointOfViewFactSheetNode

interface ReportPointOfViewFactSheetNode {
    category: string;
    description: string;
    id: string;
    type: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

category: string
description: string
id: string
type: string

Generated using TypeDoc