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

    Interface SignatureResult

    interface SignatureResult {
        formType: FormType;
        signatureSvg?: null | string;
        skipped: boolean;
        toggles: ToggleResult[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    formType: FormType
    signatureSvg?: null | string
    skipped: boolean
    toggles: ToggleResult[]