interface OSOSField {
    defaultValue?: string;
    editable: boolean;
    required: boolean;
}

Properties

defaultValue?: string
editable: boolean
required: boolean