We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d99630b + 7686625 commit e63c200Copy full SHA for e63c200
1 file changed
src/types.ts
@@ -55,7 +55,7 @@ export const enum FileSelectionType {
55
}
56
57
export interface DeckyRequestInit extends RequestInit {
58
- excludedHeaders: string[];
+ excludedHeaders?: string[];
59
60
61
export interface Plugin {
0 commit comments