/** * @example * { * id: "id" * } */ export interface GetGiftCardsRequest { /** The ID of the gift card to retrieve. */ id: string; }