Skip to content

Instantly share code, notes, and snippets.

@onwuvic
Created May 11, 2020 07:28
Show Gist options
  • Save onwuvic/5371af6b3aaab8ce8ad0dc9a983e8162 to your computer and use it in GitHub Desktop.
Save onwuvic/5371af6b3aaab8ce8ad0dc9a983e8162 to your computer and use it in GitHub Desktop.
Post sample Interface
export interface Post {
title: string;
body: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment