ping-identity
    Preparing search index...

    Type Alias JourneyUnknownCallback

    JourneyUnknownCallback: JourneyCallbackBase & {
        type: Exclude<JourneyCallbackType, SpecializedCallbackType>;
    }

    Catch-all callback payload for unrecognized or future callback types.

    type excludes the specialized callback literals so those are always narrowed to their dedicated subtypes in JourneyCallback.