Interface PluginResponse

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

Properties

Properties

code: number
response: string