Skip to content

Instantly share code, notes, and snippets.

@bettdouglas
Created June 19, 2019 09:36
Show Gist options
  • Save bettdouglas/a93e01debb1725dd734e11cfbff5a1d3 to your computer and use it in GitHub Desktop.
Save bettdouglas/a93e01debb1725dd734e11cfbff5a1d3 to your computer and use it in GitHub Desktop.
Data types we want to validate
enum DataType {
EMAIL,PHONE,TEXT,INTEGER,NAME
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment