Skip to content

Instantly share code, notes, and snippets.

@devuxer
Created February 4, 2018 19:46
Show Gist options
  • Save devuxer/a618d6b298ca11539fdf21f0aed0f34a to your computer and use it in GitHub Desktop.
Save devuxer/a618d6b298ca11539fdf21f0aed0f34a to your computer and use it in GitHub Desktop.
Account State (TypeScript)
export type AccountState =
"Active" |
"RegisteredPendingEmailValidation" |
"RegisteredPendingAdminApproval" |
"PasswordResetPendingEmailValidation" |
"EmailChangedPendingValidation";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment