revite/src/types/revolt-api.d.ts

8 lines
151 B
TypeScript
Raw Normal View History

// TODO: re-export from revolt-api in some way
declare type Session = {
2022-06-10 12:00:37 -04:00
_id?: string;
token: string;
name: string;
user_id: string;
};