🚀New lib version v0.1.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-01-16 20:37:14 +00:00
parent 3e9d3e4120
commit e329836a06
12 changed files with 100 additions and 7 deletions

View File

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