tengri/Content/types.ts

5 lines
93 B
TypeScript

// Content/types.ts
export type Float = number;
export type Vector = [Float, Float, Float];