mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 12:21:12 +00:00
Fixing AddAdmin.
This commit is contained in:
parent
1e16c99ca5
commit
f8066b27e7
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export interface MarkAllAsRead {
|
|||
}
|
||||
|
||||
export interface AddAdmin {
|
||||
local_user_id: number;
|
||||
person_id: number;
|
||||
added: boolean;
|
||||
auth: string;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue