Interface FieldDescription

interface FieldDescription {
    field: string;
    fieldType: FieldType;
    name: string;
    type: "field";
}

Properties

field: string
fieldType: FieldType
name: string
type: "field"

Generated using TypeDoc