@archtx/auth
Advanced tools
Comparing version
declare global { | ||
namespace TF { | ||
namespace Archtx { | ||
interface IIdentity { | ||
@@ -7,3 +7,3 @@ } | ||
} | ||
export type IdentityType = TF.IIdentity; | ||
export type IdentityType = Archtx.IIdentity; | ||
export type TIdentityRef = string | IdentityType; |
export {}; | ||
// Example, in the application using this package, you can define the Identity interface like this: | ||
// declare global { | ||
// namespace TF { | ||
// namespace Archtx { | ||
// interface IIdentity { | ||
@@ -6,0 +6,0 @@ // id: string |
{ | ||
"name": "@archtx/auth", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Authentication and authorization framework for @archtx", | ||
@@ -5,0 +5,0 @@ "main": "dist/exports.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
99377
2.88%