Interface PropertyNode<TField>Experimental

interface PropertyNode<TField> {
    kind: "property";
    name: TField;
}

Type Parameters

  • TField extends string = string

Properties

Properties

kind
name: TField