@custouch/jssdk
    Preparing search index...

    Type Alias SignCodeBaseResponse

    type SignCodeBaseResponse = {
        code: SignCodeResponseCode;
        msg?: string;
    }
    Index

    Properties

    Properties

    msg?: string