Skip to content

Instantly share code, notes, and snippets.

@JWLangford
Created October 15, 2022 10:46
Show Gist options
  • Save JWLangford/600da5cb9636f1da96924ef7265f2739 to your computer and use it in GitHub Desktop.
Save JWLangford/600da5cb9636f1da96924ef7265f2739 to your computer and use it in GitHub Desktop.
interface UserBase {
username: string
email: string
status: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment