@suluk/stripe - v0.2.0
    Preparing search index...

    Interface HandleResult

    interface HandleResult {
        type: string;
        handled: boolean;
    }
    Index

    Properties

    Properties

    type: string
    handled: boolean

    a registered handler ran (false ⇒ the unhandled fallback ran, or nothing matched).