react-native-google-mobile-ads
    Preparing search index...

    Type Alias LoadedAdapterResponseInfo

    LoadedAdapterResponseInfo: AdapterResponseInfoBase & {
        adError: null;
        outcome: "success";
    }

    The winning row. A loaded response cannot carry an error, so adError is statically null and needs no consumer null-check.