mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Work towards removing useUsers.
This commit is contained in:
@@ -18,7 +18,7 @@ function toNullable<T>(data?: T) {
|
||||
return typeof data === "undefined" ? null : data;
|
||||
}
|
||||
|
||||
class User {
|
||||
export class User {
|
||||
_id: string;
|
||||
username: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user