@stripe/stripe-terminal-react-native
    Preparing search index...

    Type Alias AppTransitionAnimation

    AppTransitionAnimation:
        | { type: "systemDefault" }
        | { preset: AppTransitionPreset; type: "preset" }
        | { enterAnim: number; exitAnim: number; type: "custom" }