Skip to content

Instantly share code, notes, and snippets.

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