Skip to content

Commit

Permalink
fix(arcgis-rest-request): added social providers
Browse files Browse the repository at this point in the history
added the correct social providers
  • Loading branch information
gavinr-maps committed Dec 22, 2022
1 parent 367a49c commit caf8d11
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/arcgis-rest-request/src/types/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export interface IUser {
created?: number;
modified?: number;
groups?: IGroup[];
provider?: "arcgis" | "enterprise" | "facebook" | "google";
provider?:
| "arcgis"
| "enterprise"
| "facebook"
| "google"
| "apple"
| "github";
id?: string;
}

0 comments on commit caf8d11

Please sign in to comment.