Interface ReportBody

    interface ReportBody {
        toJSON(): any;
    }

    Methods

    Methods