export type SimulatorHandPoseJoints = { t: number[]; r: number[]; s?: number[]; }[];