Interface RelationFieldAttribute

interface RelationFieldAttribute {
    field: string;
    name: string;
    relation: string;
    type: "relationField";
}

Properties

Properties

field: string
name: string
relation: string
type: "relationField"

Generated using TypeDoc