feat: new token saving

This commit is contained in:
2024-07-18 15:41:09 +03:00
parent 4105933098
commit c427c6d0b4
2 changed files with 16 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
export interface IToken {
rulib_token?: string;
}