diff --git a/typings/fetch-script.d.ts b/typings/fetch-script.d.ts index c6084ac..e14619f 100644 --- a/typings/fetch-script.d.ts +++ b/typings/fetch-script.d.ts @@ -1,6 +1,6 @@ declare module 'fetch-script' { interface Script { - nonce: string; + nonce?: string; options: RequestInit; url: string; }