Type Alias DataStructureTypes
DataStructureTypes: {
double: Float32Array;
int32: Int32Array;
integer: Uint32Array;
multitext: Uint16Array;
text: Uint8Array;
text16: Uint16Array;
unique: Uint8Array;
}
Type declaration
double: Float32Array
int32: Int32Array
integer: Uint32Array
multitext: Uint16Array
text: Uint8Array
text16: Uint16Array
unique: Uint8Array