TSegmentBase: {
    data: Record<string,
        | string
        | number
        | boolean
        | undefined>;
    type: string;
}