import { BaseObject } from './baseObject';
export interface CustomFieldAction extends BaseObject {
}
