mimiq
    Preparing search index...

    Interface GenerateReportsResult

    interface GenerateReportsResult {
        indexHtml: string;
        runReports: { html: string; sceneId: string }[];
    }
    Index

    Properties

    indexHtml: string
    runReports: { html: string; sceneId: string }[]