Skip to content

Commit ed043ab

Browse files
committed
ordering
1 parent 15cca04 commit ed043ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specs/modules/NativeGoogleMobileAdsNativeModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export type NativeAdEventPayload = {
5757

5858
export type NativeAdPaidEventPayload = {
5959
value: number;
60-
currencyCode: string;
6160
precision: number;
61+
currencyCode: string;
6262
};
6363

6464
export interface Spec extends TurboModule {

0 commit comments

Comments
 (0)