Skip to content

Instantly share code, notes, and snippets.

@frankzickert
Created August 20, 2019 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankzickert/e7d535660941bbd7f475f9891abf23b3 to your computer and use it in GitHub Desktop.
Save frankzickert/e7d535660941bbd7f475f9891abf23b3 to your computer and use it in GitHub Desktop.
export interface IUserEntry {
username: string,
userid: string,
age: string,
address: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment