Skip to content

Commit

Permalink
Change Config from a type to an interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Mar 12, 2024
1 parent 15064e6 commit 23c47b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/size-limit/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type Config = {
export interface Config {
/**
* With `false` it will disable any compression.
*/
Expand Down

0 comments on commit 23c47b7

Please sign in to comment.