Type alias UnhideOfferMutation

UnhideOfferMutation: {
    __typename?: "Mutation";
    showOffer: {
        __typename?: "CollectionOffer";
        id: string;
    } | {
        __typename?: "SingleNFTOffer";
        id: string;
    };
}

Type declaration

  • Optional __typename?: "Mutation"
  • showOffer: {
        __typename?: "CollectionOffer";
        id: string;
    } | {
        __typename?: "SingleNFTOffer";
        id: string;
    }