interface FieldPath {
    field: string;
    type: "field";
}

Properties

Properties

field: string
type: "field"

Generated using TypeDoc