export type FieldType = {
  includeTool: boolean;
  includeUser: boolean;
  withRole: boolean;
  withSystemRole: boolean;
};
