Interface PaymentRequiredError

interface PaymentRequiredError {
    _tag: "PaymentRequiredError";
}

Properties

Properties

_tag