feat(auth): add processing user requests

This commit is contained in:
Karol Sójko
2022-11-02 13:23:49 +01:00
parent f2415527f0
commit 2255f856f9
32 changed files with 443 additions and 93 deletions
@@ -0,0 +1,3 @@
export type ProcessUserRequestResponse = {
success: boolean
}