Skip to content

Instantly share code, notes, and snippets.

@SimonHoiberg
Created June 19, 2020 14:12
Show Gist options
  • Save SimonHoiberg/7a739ed1479777605c2fcde2f95f5352 to your computer and use it in GitHub Desktop.
Save SimonHoiberg/7a739ed1479777605c2fcde2f95f5352 to your computer and use it in GitHub Desktop.
interface IBody {
email: string;
username: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment