Fix more errors, Uint8Array<ArrayBuffer> disambiguation
This commit is contained in:
@@ -40,7 +40,7 @@ export interface AttachmentTable extends AttachmentData, SystemInformation {
|
||||
|
||||
export interface FileTable {
|
||||
sha256: ColumnType<Sha256, Sha256, never>;
|
||||
data: ColumnType<Uint8Array, Uint8Array, never>;
|
||||
data: ColumnType<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>, never>;
|
||||
}
|
||||
|
||||
export interface OptionTable {
|
||||
|
||||
Reference in New Issue
Block a user