type GLTFObject<T = any> = { name?: string, extensions?: Record<string, any>, extras?: NonNullable<T>, }
packages / gltf / src / types.ts