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

View File

@@ -6,5 +6,6 @@ export declare type CreateUser = {
email?: string;
phone?: string;
password: string;
enabled?: boolean;
groups?: any;
};