Created
November 30, 2022 15:19
-
-
Save tristanbes/5db46c58fbf623b9c8ba52a96a5cf980 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// 1ST proposal | |
wamiz.user_registration { | |
email: ... | |
firstName: ... | |
} | |
consoanimo.user_registration { | |
email: ... | |
firstName: ... | |
} | |
// 2nd one | |
user_registration { | |
application: wamiz | |
email: ... | |
firstName: ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment