Fixing AddAdmin.

This commit is contained in:
Dessalines 2021-03-12 17:35:53 -05:00
parent 1e16c99ca5
commit f8066b27e7

View file

@ -100,7 +100,7 @@ export interface MarkAllAsRead {
}
export interface AddAdmin {
local_user_id: number;
person_id: number;
added: boolean;
auth: string;
}