mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 07:04:05 +02:00
refactor: fix types
This commit is contained in:
@@ -221,6 +221,7 @@ export interface ILocalUser extends User {
|
||||
|
||||
export interface IRemoteUser extends User {
|
||||
host: string;
|
||||
uri: string;
|
||||
}
|
||||
|
||||
export type CacheableLocalUser = ILocalUser;
|
||||
|
||||
Reference in New Issue
Block a user