Skip to content

Instantly share code, notes, and snippets.

@chrisobriensp
Created August 25, 2016 16:24
Show Gist options
  • Select an option

  • Save chrisobriensp/dfafb83757c4ec42621677544b76f639 to your computer and use it in GitHub Desktop.

Select an option

Save chrisobriensp/dfafb83757c4ec42621677544b76f639 to your computer and use it in GitHub Desktop.
A interface to represent data passed back to client.
export interface ISearchResult {
Message: string;
Results: SearchResult[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment