Skip to content

Commit

Permalink
Update src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Carroll <[email protected]>
  • Loading branch information
jdawg093 and mymattcarroll authored Apr 26, 2024
1 parent 1621330 commit 288d6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export type UploadFormSubmissionOptions = UploadOptions & {
jobId?: string
}

export type UploadAssetBase = {
export type UploadAssetBase = UploadOptions & {
/** The file data to upload */
data: AttachmentUploadData
/** A standard MIME type describing the format of the contents */
Expand Down

0 comments on commit 288d6ad

Please sign in to comment.