interface TestExtensionField {
    field?: TestExtensionFieldDetails;
    value?: any;
}

Properties

Properties

value?: any