(opts: {
message: string;
options: SelectOption<T>[];
initialSelectedKeys?: ReadonlySet<string>;
getKey: (value: T) => string;
minSelected?: number;
})
| 13 | initialIndex?: number; |
| 14 | }): Promise<T>; |
| 15 | selectMany<T>(opts: { |
| 16 | message: string; |
| 17 | options: SelectOption<T>[]; |
| 18 | initialSelectedKeys?: ReadonlySet<string>; |
no outgoing calls
no test coverage detected