• Parses the given path with the given InteractionRoute. This assumes this call will succeed and thus expects the path to have the correct format. If not, a 500 error will be thrown.

    Type Parameters

    Parameters

    • route: T

      Route to parse with.

    • path: string

      Path to parse.

    Returns NonNullable<ReturnType<T["matchPath"]>>