title Type – GLTFObject

type GLTFObject<T = any> = {
  name?: string,
  extensions?: Record<string, any>,
  extras?: NonNullable<T>,
}

Source

packages / gltf / src / types.ts

Sections
Source  
menu
format_list_numbered