deno-cliffy icon indicating copy to clipboard operation
deno-cliffy copied to clipboard

Prompt has type error with more than 24 prompts.

Open seanonthenet opened this issue 2 years ago • 2 comments

:(

seanonthenet avatar Mar 14 '22 13:03 seanonthenet

Yeah it's currently limited to 24 prompts, but i'm already working on a fix.

c4spar avatar Mar 14 '22 19:03 c4spar

All good. Thanks. I'm just using multiple prompts and merging them and the type. Thanks for the reply 👊

const result = { ...result0, ...result1 };
export type ResultType = typeof result0 & typeof result1;

seanonthenet avatar Mar 15 '22 13:03 seanonthenet