import type { CTAState, } from './CTAState'; import { Dispatch, } from './UseCTAReturnTypeDispatch'; export type DispatchParameterTypes< Payload extends CTAState, Actions, ReturnValue, > = Parameters>[0];