interface GLTFSkin { skeleton: string; inverseBindMatrices: string; joints: string[]; } export default GLTFSkin;