UNPKG

google-wallet

Version:
11 lines (10 loc) 278 B
export type ModifyLinkedOfferObjects = { /** * The linked offer object ids to add to the object. */ addLinkedOfferObjectIds?: string[]; /** * The linked offer object ids to remove from the object. */ removeLinkedOfferObjectIds?: string[]; };