E:/repo/fullstack-tutorial/final/client/src/components/login-form.tsx
TypeScript error in E:/repo/fullstack-tutorial/final/client/src/components/login-form.tsx(14,38):
Namespace '"E:/repo/fullstack-tutorial/final/client/src/pages/generated/login"' has no exported member 'loginVariables'. TS2694
12 |
13 | interface LoginFormProps {
14 | login: (a: { variables: LoginTypes.loginVariables }) => void;
| ^
15 | }
16 |
17 | interface LoginFormState {
E:/repo/fullstack-tutorial/final/client/src/components/login-form.tsx
TypeScript error in E:/repo/fullstack-tutorial/final/client/src/components/login-form.tsx(14,38):
Namespace '"E:/repo/fullstack-tutorial/final/client/src/pages/generated/login"' has no exported member 'loginVariables'. TS2694
12 |
13 | interface LoginFormProps {
14 | login: (a: { variables: LoginTypes.loginVariables }) => void;
| ^
15 | }
16 |
17 | interface LoginFormState {