@peable/services
Advanced tools
Comparing version 0.0.28 to 0.0.29
interface SessionData { | ||
user?: { | ||
id: string; | ||
username?: string; | ||
name?: string; | ||
email?: string; | ||
role?: string; | ||
avatar?: string; | ||
profile_image_url?: string; | ||
username?: string | null; | ||
name?: string | null; | ||
email?: string | null; | ||
role?: string | null; | ||
avatar?: string | null; | ||
profile_image_url?: string | null; | ||
}; | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "@peable/services", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5519