diff --git a/common/types.d.ts b/common/types.d.ts index 776ea12..3f04c21 100644 --- a/common/types.d.ts +++ b/common/types.d.ts @@ -163,6 +163,13 @@ declare module 'ass' { meta: { [key: string]: any }; } + interface AssUserNewReq { + username: string; + password: string; + admin?: boolean; + meta?: { [key: string]: any }; + } + /** * JSON schema for files.json */