export type StemBranch = {
    stemIndex: number;
    branchIndex: number;
    branchEmoji?: string;
    say: string;
};
