QuoteNotification: {
    __typename: "QuoteNotification";
    id: string;
    quote: Quote;
}

Type declaration

  • __typename: "QuoteNotification"
  • id: string
  • quote: Quote