This commit is contained in:
5
dist/models/CreateAuth.d.ts
vendored
Normal file
5
dist/models/CreateAuth.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare type CreateAuth = {
|
||||
username?: string;
|
||||
email?: string;
|
||||
password: string;
|
||||
};
|
||||
Reference in New Issue
Block a user