@fiado/type-kit
Advanced tools
@@ -5,3 +5,3 @@ import { Profile } from "../enums/Profile"; | ||
| import { External } from "./External"; | ||
| export interface Directory { | ||
| export interface DirectoryResponse { | ||
| identityId: string | null; | ||
@@ -8,0 +8,0 @@ lastSession: string | null; |
+1
-1
| { | ||
| "name": "@fiado/type-kit", | ||
| "version": "1.0.9", | ||
| "version": "1.0.10", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -7,3 +7,3 @@ import { Profile } from "../enums/Profile"; | ||
| export interface Directory { | ||
| export interface DirectoryResponse { | ||
| identityId: string | null; | ||
@@ -10,0 +10,0 @@ lastSession: string | null; |
165213
0.01%