UNPKG

@artsy/cohesion

Version:
12 lines (11 loc) 259 B
import { TappedMakeOffer } from "../../Schema/Events/Conversations"; /** * A user tapped the make offer button in an inquiry * * @example * ``` * tappedMakeOffer("123") * ``` * */ export declare const tappedMakeOffer: (id: string) => TappedMakeOffer;