diff --git a/source/types/ky.ts b/source/types/ky.ts index 66bdc916..3f102f0f 100644 --- a/source/types/ky.ts +++ b/source/types/ky.ts @@ -74,7 +74,7 @@ export type KyInstance = { @returns A new Ky instance. */ - create: (defaultOptions: Options) => KyInstance; + create: (defaultOptions?: Options) => KyInstance; /** Create a new Ky instance with some defaults overridden with your own.