@custouch/jssdk
    Preparing search index...

    Type Alias CwData

    cw的返回结果

    type CwData = {
        result: { error?: string };
    }
    Index

    Properties

    Properties

    result: { error?: string }