export interface ListIssuedCardsRequest { /** * ID of a wallet contact. String starting with **cont_**. */ contact?: `cont_${string}`; /** * Page number to retrieve. */ page_number?: string; /** * Number of results per page. */ page_size?: string; } //# sourceMappingURL=ListIssuedCardsRequest.d.ts.map