InferActionCollectorType: T extends "IdpCollector"
    ? IdpCollector
    : T extends "SubmitCollector"
        ? SubmitCollector
        : T extends "FlowCollector"
            ? FlowCollector
            : | ActionCollectorWithUrl<"ActionCollector">
            | ActionCollectorNoUrl<"ActionCollector">

Type Parameters