Interface HasVectors

Interface of items that can be assigned a list of vectors.

interface HasVectors {
    id: string;
    vectors: null | Vector[];
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

id: string
vectors: null | Vector[]