mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
add self attr
This commit is contained in:
parent
785433ae3c
commit
e64cac6444
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import { UserOut } from "~~/lib/api/types/data-contracts";
|
||||||
import { UserClient } from "~~/lib/api/user";
|
import { UserClient } from "~~/lib/api/user";
|
||||||
|
|
||||||
export interface IAuthContext {
|
export interface IAuthContext {
|
||||||
|
self?: UserOut;
|
||||||
get token(): string | null;
|
get token(): string | null;
|
||||||
get expiresAt(): string | null;
|
get expiresAt(): string | null;
|
||||||
get attachmentToken(): string | null;
|
get attachmentToken(): string | null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue