import { DaffSeoTitleUpdate } from '@daffodil/seo/state'
Describes how to set page titles based on dispatched actions.
type DaffSeoTitleUpdate<T extends Action = Action> = DaffSeoUpdateActionPair<T, string>