coldbydefault-portfolio
    Preparing search index...

    Interface PageSpeedApiRawResponse

    interface PageSpeedApiRawResponse {
        id?: string;
        lighthouseResult?: PageSpeedLighthouseResult;
    }
    Index

    Properties

    id?: string
    lighthouseResult?: PageSpeedLighthouseResult