Type alias FallbackPaywallsLocation
FallbackPaywallsLocation: {
android: {
relativeAssetPath: string;
} | {
rawResName: string;
};
ios: {
fileName: string;
};
}
Type declaration
-
android: {
relativeAssetPath: string;
} | {
rawResName: string;
}
-
ios: {
fileName: string;
}