Type Alias PoseData

PoseData: {
    landmarks: NormalizedLandmark[];
    poseid: string;
    world: Landmark[];
}