fullstack-tutorial
fullstack-tutorial copied to clipboard
Client launch with error : no exported member 'loginVariables'
fullstack-tutorial-master/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 {