global.d.ts 248 B

1234567891011121314
  1. declare namespace GlobalMixins
  2. {
  3. // eslint-disable-next-line @typescript-eslint/no-empty-interface
  4. interface Mesh
  5. {
  6. }
  7. // eslint-disable-next-line @typescript-eslint/no-empty-interface
  8. interface MeshMaterial
  9. {
  10. }
  11. }