tsc
This commit is contained in:
@@ -35,7 +35,7 @@ type Props = {
|
||||
authentication?: {
|
||||
authenticationProviderId: string;
|
||||
/** External identifier of the user in the authentication provider */
|
||||
providerId: string;
|
||||
providerId: string | number;
|
||||
/** The scopes granted by the access token */
|
||||
scopes: string[];
|
||||
/** The token provided by the authentication provider */
|
||||
|
||||
Reference in New Issue
Block a user