interface DataFromRequest {
    errorContentsOrMethod: string;
    pluginID: string;
    timeTaken: number;
}

Properties

errorContentsOrMethod: string
pluginID: string
timeTaken: number