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