Skip to content

Commit

Permalink
As const
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Jan 18, 2025
1 parent eb5b899 commit 665a377
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 @@ -87,7 +87,7 @@ export const SupportedProviders = {
uploadcare: "Uploadcare",
vercel: "Vercel",
wordpress: "WordPress",
} satisfies Record<ImageCdn, string>;
} as const satisfies Record<ImageCdn, string>;

export type OperationFormatter<T extends Operations = Operations> = (
operations: T,
Expand Down

0 comments on commit 665a377

Please sign in to comment.