Interface Report

    interface Report {
        body: ReportBody;
        type: string;
        url: string;
        toJSON(): any;
    }

    Properties

    Methods

    Properties

    type: string
    url: string

    Methods

    • Returns any