new lib version [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2020-12-29 13:35:32 +00:00
parent b7a815076f
commit ec3df312be
33 changed files with 188 additions and 86 deletions

View File

@@ -11,6 +11,7 @@ export declare type User = {
enabled: boolean;
refreshTokenCount: number;
profilePic?: string;
resetRequestedTimestamp?: string;
actions?: any;
id: number;
};