diff --git a/types/index.ts b/types/index.ts index d86b2dd..0997bdd 100644 --- a/types/index.ts +++ b/types/index.ts @@ -37,6 +37,11 @@ export interface User { bots: Bot[] | string[] } +export interface UserSpec extends User { + email: string + perm: string +} + export interface BotSpec { id: string webhook: string | null