Interface EntryFieldLocation

interface EntryFieldLocation {
    fieldTypes: FieldType[];
    location: "entry-field";
}

Properties

Properties

fieldTypes: FieldType[]
location