OptionGroup: {
    flags?: EOptionFlags;
    name: string;
    options: (string | OptionGroup)[];
}

Type declaration