Initial commit for the js version
This commit is contained in:
4
dist/models/UserNotFoundOrRefreshTokenCountInvalidError.d.ts
vendored
Normal file
4
dist/models/UserNotFoundOrRefreshTokenCountInvalidError.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare type UserNotFoundOrRefreshTokenCountInvalidError = {
|
||||
name: string;
|
||||
message: string;
|
||||
};
|
||||
Reference in New Issue
Block a user