TokenInputDTO

interface TokenInputDTO {
    domainId: string;
}

Properties

Properties

domainId: string

TokenInputDTO