Interface ReportFactSheetRelationPermissions

interface ReportFactSheetRelationPermissions {
    [relationName: string]: ReportFactSheetRelationPermission;
}

Indexable

[relationName: string]: ReportFactSheetRelationPermission

Generated using TypeDoc