CwData: {
    result: {
        error?: string;
    };
}

cw的返回结果

Type declaration

  • result: {
        error?: string;
    }
    • Optional error?: string

Generated using TypeDoc