feat: support workwonders

This commit is contained in:
Zamitto
2025-12-07 20:38:53 -03:00
parent e872b2ea8a
commit b59fb7dc36
4 changed files with 17 additions and 5 deletions

View File

@@ -20,6 +20,8 @@ export interface Auth {
accessToken: string;
refreshToken: string;
tokenExpirationTimestamp: number;
featurebaseJwt: string;
workwondersJwt: string;
}
export interface User {