refactor: fix types
This commit is contained in:
parent
d7a2d59f41
commit
451bc0b444
24 changed files with 142 additions and 130 deletions
|
|
@ -221,6 +221,7 @@ export interface ILocalUser extends User {
|
|||
|
||||
export interface IRemoteUser extends User {
|
||||
host: string;
|
||||
uri: string;
|
||||
}
|
||||
|
||||
export type CacheableLocalUser = ILocalUser;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue