export interface PersonalizeIssuedCardRequest { /** * Card number. */ card_number: string; /** * ID of the wallet contact that the card is issued to. String starting with **cont_**. */ ewallet_contact: `cont_${string}`; } //# sourceMappingURL=PersonalizeIssuedCardRequest.d.ts.map