Skip to content

Commit

Permalink
fix(types): DeckyRequestInit extended interface is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog authored Jul 29, 2024
1 parent d99630b commit 7686625
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 7686625

Please sign in to comment.