Type alias FallbackPaywallsLocation

FallbackPaywallsLocation: {
    android: {
        relativeAssetPath: string;
    } | {
        rawResName: string;
    };
    ios: {
        fileName: string;
    };
}

Type declaration

  • android: {
        relativeAssetPath: string;
    } | {
        rawResName: string;
    }
  • ios: {
        fileName: string;
    }
    • fileName: string

Generated using TypeDoc