Hey there, Vince Canger! First off, this is an amazing tutorial you've put together and I am looking forward to having a working version here soon!
I'm running into an issue with the export const generateNewIdeas: GenerateNewIdeas<unknown, void> = async (_args, context) => {...} function, specifically, it is complaining that src/ext-src/ideas.ts(102,49): error TS2344: Type 'unknown' does not satisfy the constraint 'Payload'.
I changed the unknown to be of type Payload. Is that a sufficient enough work around?