Derives the input type for an seActions factory by omitting the type field - which is always injected by the factory itself.
type
A payload type with a type: string field.
type: string
// Used internally by seActions factories:highlight: (payload: PayloadInput<HighlightPayload>) => ({ type: 'highlight', ...payload }) as HighlightPayload Copy
// Used internally by seActions factories:highlight: (payload: PayloadInput<HighlightPayload>) => ({ type: 'highlight', ...payload }) as HighlightPayload
Derives the input type for an seActions factory by omitting the
typefield - which is always injected by the factory itself.