Skip to content

Instantly share code, notes, and snippets.

@rjesh-git
Created October 29, 2017 12:54
Show Gist options
  • Save rjesh-git/26b36ece735f43316f4f3b07b8f971a4 to your computer and use it in GitHub Desktop.
Save rjesh-git/26b36ece735f43316f4f3b07b8f971a4 to your computer and use it in GitHub Desktop.
export interface IQuoteState {
error?: string;
quoteItems?: IQuoteItem[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment