Skip to content

Type Alias: Shape3D

ts
type Shape3D = [number, number, number];

Defined in: src/types.ts:42

Released under the MIT License.