Skip to content

Instantly share code, notes, and snippets.

@sessa
Created December 18, 2018 16:19
Show Gist options
  • Save sessa/ac4c1a08006378253ee8dcabf3c565e1 to your computer and use it in GitHub Desktop.
Save sessa/ac4c1a08006378253ee8dcabf3c565e1 to your computer and use it in GitHub Desktop.
inteface IConversationResponse extends Response {
collection: IConversation,
id: number
}
@dennisat
Copy link

dennisat commented Dec 18, 2018

Response<IConversation>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment