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