Skip to content

Commit

Permalink
added back none type for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed Oct 31, 2023
1 parent 0fb9d63 commit 542e520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rest/src/runtime/http-event.mts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export type AnyMimeType = Nominal<string | undefined, "AnyMimeType">
export const AnyMimeType = "*/*" as AnyMimeType;

export enum MimeType {
None = "",
ApplicationJson = "application/json",
ApplicationOctetStream = "application/octet-stream",
ApplicationPdf = "application/pdf",
Expand Down

0 comments on commit 542e520

Please sign in to comment.