UNPKG

google-wallet

Version:
8 lines (7 loc) 199 B
import { Uri } from "./Uri.js"; export type DiscoverableProgramMerchantSigninInfo = { /** * The URL to direct the user to for the merchant's signin site. */ signinWebsite?: Uri; };