Skip to content

Instantly share code, notes, and snippets.

@jhon0010
Created August 18, 2020 22:17
Show Gist options
  • Select an option

  • Save jhon0010/85ad29b805995f22f597f33419c63850 to your computer and use it in GitHub Desktop.

Select an option

Save jhon0010/85ad29b805995f22f597f33419c63850 to your computer and use it in GitHub Desktop.
export enum AuthChannel {
SMS = 'SMS',
WHATSAPP = 'WHATSAPP'
}
registerEnumType(AuthChannel, {
name: 'AuthChannel'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment