Make user first name mandatory and use accross the app #4285
Annotations
10 errors
check-eslint
Property 'name' does not exist on type 'UserType'.
|
check-eslint
Type '{ id: number & { [CreationAttributeBrand]?: true | undefined; }; provider: "github" | "google"; providerId: string; username: string; email: string; name: string; firstName: string; lastName: string | null; image: any; workspaces: { ...; }[]; isDustSuperUser: CreationOptional<...>; }' is not assignable to type 'UserType'.
|
check-eslint
Property 'name' does not exist on type 'UserType'.
|
check-eslint
Property 'name' does not exist on type 'UserType'.
|
check-eslint
Property 'name' does not exist on type 'UserType'.
|
check-eslint
Property 'name' does not exist on type 'UserType'.
|
check-eslint
Type '{ id: number & { [CreationAttributeBrand]?: true | undefined; }; provider: "github" | "google"; providerId: string; username: string; email: string; name: string; image: null; workspaces: { ...; }[]; isDustSuperUser: CreationOptional<...>; }' is missing the following properties from type 'UserType': firstName, lastName
|
check-eslint
Property 'name' does not exist on type 'UserType'.
|
check-eslint
Property 'name' does not exist on type 'UserType'.
|
check-eslint
Property 'name' does not exist on type 'UserType'.
|