1 2 3 4 5 6
//insert code here import { ObjectField } from "./ObjectField"; export abstract class PresField extends ObjectField { }