@tax1driver/ts-tpay
    Preparing search index...

    Interface RedirectUrl

    Redirect URL configuration

    interface RedirectUrl {
        errorUrl?: string;
        successUrl?: string;
    }
    Index

    Properties

    errorUrl?: string
    successUrl?: string