Interface TargetFactSheetFieldAttribute

interface TargetFactSheetFieldAttribute {
    field: string;
    name: string;
    relation: string;
    type: "targetField";
}

Properties

Properties

field: string
name: string
relation: string
type: "targetField"

Generated using TypeDoc