UNPKG

@artsy/cohesion

Version:
10 lines (9 loc) 447 B
import { ContextModule, ScreenOwnerType, TappedSell } from "../../Schema"; export interface TappedSellArgs { contextModule: ContextModule; contextScreenOwnerType: ScreenOwnerType; contextScreenOwnerId?: string; contextScreenOwnerSlug?: string; subject: string; } export declare const tappedSell: ({ contextModule, contextScreenOwnerType, contextScreenOwnerId, contextScreenOwnerSlug, subject, }: TappedSellArgs) => TappedSell;