mirror of
https://github.com/revoltchat/revite.git
synced 2025-01-09 22:14:43 -05:00
8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
|
// TODO: re-export from revolt-api in some way
|
||
|
declare type Session = {
|
||
|
_id: string;
|
||
|
token: string;
|
||
|
name: string;
|
||
|
user_id: string;
|
||
|
};
|