Skip to content

Instantly share code, notes, and snippets.

@tofusoup429
Created August 1, 2021 09:17
Show Gist options
  • Save tofusoup429/d5cd886e08c8297d5f50df64728e8d56 to your computer and use it in GitHub Desktop.
Save tofusoup429/d5cd886e08c8297d5f50df64728e8d56 to your computer and use it in GitHub Desktop.
interface Organization{
id:number,
name:string,
address:string,
type:string,
nationality:string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment