3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 17:45:03 +00:00

dashboard/api: add support for Zeppelin staff members; add ViewGuild permission; code cleanup

This commit is contained in:
Dragory 2020-05-23 16:22:03 +03:00
parent 99d3eb2a17
commit 76dc049332
13 changed files with 175 additions and 75 deletions

View file

@ -12,7 +12,7 @@ import { ok } from "./responses";
interface IPassportApiUser {
apiKey: string;
userId: number;
userId: string;
}
declare global {