diff --git a/index.d.ts b/index.d.ts index d01b1a6..0a5b2ff 100644 --- a/index.d.ts +++ b/index.d.ts @@ -244,7 +244,7 @@ declare global { /** If true, the toast will fade away on its own after a short while (default is true) */ transient: boolean; /** How long the toast will fade in ms (default is 20000) */ - transientTimeout: boolean; + transientTimeout: number; /** An array of action buttons */ actions: ToastActions[]; }