Make user first name mandatory and use accross the app #4295
Annotations
10 errors
check-eslint
Type '{ id: number & { [CreationAttributeBrand]?: true | undefined; }; provider: "github" | "google"; providerId: string; username: string; email: string; firstName: string; lastName: string | null; image: null; workspaces: never[]; isDustSuperUser: false; } | null' is not assignable to type 'UserType | null'.
|
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: null; workspaces: { ...; }[]; isDustSuperUser: CreationOptional<...>; }[]' is not assignable to type 'UserType[]'.
|
check-eslint
Type '{ id: number & { [CreationAttributeBrand]?: true | undefined; }; provider: "github" | "google"; providerId: string; username: string; email: string; firstName: string; lastName: string | null; image: null; workspaces: never[]; isDustSuperUser: false; } | null' is not assignable to type 'UserType | null'.
|
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
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'.
|