@sameke/auth-sdk-common
Advanced tools
+1
-1
| export interface IError { | ||
| message: string; | ||
| error: string; | ||
| } |
+1
-1
| { | ||
| "name": "@sameke/auth-sdk-common", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "description": "Common SDK types for developing authentication for applications using the Sameke Inc. OAuth 2.0 authentication server", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+1
-1
| export interface IError { | ||
| message: string; | ||
| error: string; | ||
| } |
9326
0.48%