@mintlify/models
Advanced tools
Comparing version 0.0.87 to 0.0.88
import { GitAuthType } from '../types/gitAuthType.js'; | ||
export type UserType = { | ||
_id: string; | ||
stytchMemberId: string; | ||
email: string; | ||
orgId: string; | ||
gitAuth: GitAuthType[]; | ||
createdAt: Date; | ||
isPending?: boolean; | ||
github?: { | ||
id: number; | ||
owner: string; | ||
}; | ||
}; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.87", | ||
"version": "0.0.88", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "47380d04384ca4a691f90499a152187736937bea" | ||
"gitHead": "2c701c8db40ef6cb42ccd7e236b9cdd92be8c0c8" | ||
} |
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
129374
571