Interface SingleActionResultInternal

interface SingleActionResult {
    transactionId: string;
}

Properties

Properties

transactionId: string