···657657 * Control how the group can be canceled
658658 * if one of the prompts is canceled.
659659 */
660660- onCancel?: (opts: { results: Partial<PromptGroupAwaitedReturn<T>> }) => void;
660660+ onCancel?: (opts: { results: Prettify<Partial<PromptGroupAwaitedReturn<T>>> }) => void;
661661}
662662663663type Prettify<T> = {