add self attr

This commit is contained in:
Hayden 2023-02-17 21:46:40 -09:00
parent 785433ae3c
commit e64cac6444
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -4,6 +4,7 @@ import { UserOut } from "~~/lib/api/types/data-contracts";
import { UserClient } from "~~/lib/api/user";
export interface IAuthContext {
self?: UserOut;
get token(): string | null;
get expiresAt(): string | null;
get attachmentToken(): string | null;