File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import NativeGoogleMobileAdsNativeModule, {
3030import { NativeAdRequestOptions } from '../../types' ;
3131import { validateNativeAdRequestOptions } from '../../validateNativeAdRequestOptions' ;
3232
33- type NativeAdListenerPayload < EventType extends NativeAdEventType > =
33+ type NativeAdListenerPayload < EventType extends NativeAdEventType > =
3434 EventType extends NativeAdEventType . PAID ? NativeAdPaidEventPayload : never ;
3535
3636/**
@@ -96,7 +96,7 @@ export class NativeAd {
9696 }
9797
9898 addAdEventListener < EventType extends NativeAdEventType > (
99- type : EventType ,
99+ type : EventType ,
100100 listener : ( payload : NativeAdListenerPayload < EventType > ) => void )
101101 {
102102 if ( ! isOneOf ( type , Object . values ( NativeAdEventType ) ) ) {
You can’t perform that action at this time.
0 commit comments