datatypes: {
double: { arr: Float32ArrayConstructor; type: string };
int32: { arr: Int32ArrayConstructor; type: string };
integer: { arr: Int32ArrayConstructor; type: string };
multitext: { arr: Uint8ArrayConstructor; type: string };
text: { arr: Uint8ArrayConstructor; type: string };
text16: { arr: Uint16ArrayConstructor; type: string };
unique: { arr: Uint8ArrayConstructor; type: string };
} = ...
Type declaration
double: { arr: Float32ArrayConstructor; type: string }
int32: { arr: Int32ArrayConstructor; type: string }
integer: { arr: Int32ArrayConstructor; type: string }
multitext: { arr: Uint8ArrayConstructor; type: string }
text: { arr: Uint8ArrayConstructor; type: string }
text16: { arr: Uint16ArrayConstructor; type: string }
unique: { arr: Uint8ArrayConstructor; type: string }