[ Wasp ] core/auth.ts(17,7): error TS2742: The inferred type of 'auth' cannot be named without a reference to 'express/node_modules/@types/express-serve-static-core'. This is likely not portable. A type annotation is necessary.
[ Wasp ] src/youpiter/pages/auth/AuthSignupPage.tsx(55,33): error TS2345: Argument of type '{ email: string; password: string; }' is not assignable to parameter of type 'EmailSignupData'.
[ Wasp ] Property 'username' is missing in type '{ email: string; password: string; }' but required in type '{ username: string; password: string; }'.
[ Wasp ] core/auth.ts(17,7): error TS2742: The inferred type of 'auth' cannot be named without a reference to 'express/node_modules/@types/express-serve-static-core'. This is likely not portable. A type annotation is necessary.
[ Wasp ] src/youpiter/pages/auth/AuthSignupPage.tsx(55,33): error TS2345: Argument of type '{ email: string; password: string; }' is not assignable to parameter of type 'EmailSignupData'.
[ Wasp ] Property 'username' is missing in type '{ email: string; password: string; }' but required in type '{ username: string; password: string; }'.