Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Dec 11, 2024
1 parent 347198e commit 9fbc0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export interface AttachmentInfo {
presigned_url: string;
}

export type AttachmentData = Uint8Array | Blob;
export type AttachmentData = ArrayBuffer | Uint8Array | Blob;
export type Attachments = Record<string, [string, AttachmentData]>;

/**
Expand Down

0 comments on commit 9fbc0c8

Please sign in to comment.