export interface FieldType {
  includeTool: boolean;
  withSystemRole: boolean;
}
