export type PrimaryMainTokenIssuanceValueResponseDTO = { /** * accumulated issuance amounts */ accumulatedValue?: string; };