/**
 * @description Represents a hypothetical affix kind that appears between multiple affixes or stems.
 * @export
 */
export type HypotheticalAffixKind = 'interafix';
