title Type – GLTFPrimitiveData

type GLTFPrimitiveData<T = any> =
GLTFObject<T> & {
  count?: number,
  attributes: Record<string, number>,
  indices?: number,
  material?: number,
  mode?: number,
  targets?: (Record<string, number>)[],
}

Source

packages / gltf / src / types.ts

Sections
Source  
menu
format_list_numbered