The SplitRecipient type represents a recipient of some royalty, indicated by their split percentage.
type SplitRecipient = { address: string; splitPercentage: number };