OneSDK
    Preparing search index...

    Interface PluginResponse

    interface PluginResponse {
        code: number;
        response: string;
    }
    Index

    Properties

    Properties

    code: number
    response: string