export class OptionItem {
  commands?: string[];
  configPath?: string;
  description?: string;
  type?: string;
}
