TSegmentText: TSegmentBase & {
    data: {
        text: string;
    };
    type: "text";
}