interface GLTFAnimationChannel { target: { node: string; path: string; }; sampler: string; } export default GLTFAnimationChannel;