import { type GLTF } from 'three/examples/jsm/loaders/GLTFLoader';

export type DIVESceneFileType = {
    glb: GLTF;

    // more types will be added at a later point in time

    // 'gltf': GLTF,
    // 'obj': ArrayBuffer,
    // 'fbx': ArrayBuffer,
    // 'usdz': ArrayBuffer,
    // 'usda': ArrayBuffer,
    // 'usdc': ArrayBuffer,
};
