new lib version [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2020-12-29 13:35:32 +00:00
parent b7a815076f
commit ec3df312be
33 changed files with 188 additions and 86 deletions

4
dist/models/UserDisabledError.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export declare type UserDisabledError = {
name: string;
message: string;
};