Skip to content

Commit

Permalink
Merge pull request #7 from FrogTheFrog/patch-2
Browse files Browse the repository at this point in the history
fix(types): DeckyRequestInit extended interface is optional
  • Loading branch information
AAGaming00 authored Jul 29, 2024
2 parents d99630b + 7686625 commit e63c200
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 @@ -55,7 +55,7 @@ export const enum FileSelectionType {
}

export interface DeckyRequestInit extends RequestInit {
excludedHeaders: string[];
excludedHeaders?: string[];
}

export interface Plugin {
Expand Down

0 comments on commit e63c200

Please sign in to comment.