Slackbot
03/11/2021, 2:53 PM이찬희
03/11/2021, 2:53 PMType '{ user: { accessToken: string; refreshToken: string; id: number; email: string; password: string; name: string; createdAt: Date; updatedAt: Date; }; errors: never[]; }' is not assignable to type 'Omit<LoginResponse, "errors">'.
The types of 'user.id' are incompatible between these types.
Type 'number' is not assignable to type 'string'.
Tony Won
이찬희
03/12/2021, 3:17 AM이찬희
03/12/2021, 3:17 AMTony Won