import { CustomFieldAction } from './customFieldAction';
export interface ActivateCustomFields extends CustomFieldAction {
}
