diff --git a/index.d.ts b/index.d.ts index f00a68a9..cc63bacd 100644 --- a/index.d.ts +++ b/index.d.ts @@ -95,10 +95,10 @@ export interface UserConfig { defaultValue?: | string | (( - locale?: string, - namespace?: string, - key?: string, - value?: string + locale: string, + namespace: string, + key: string, + value: string ) => string) indentation?: number keepRemoved?: boolean | readonly RegExp[]