Created
October 29, 2017 12:54
-
-
Save rjesh-git/26b36ece735f43316f4f3b07b8f971a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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