diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 0b049117cef..aa5821c497a 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -2819,7 +2819,7 @@ export interface GridLineOptions { /** * @default 'rgba(0, 0, 0, 0.1)' */ - color: Scriptable | readonly Color[]; + color: ScriptableAndArray; /** * @default [] */ @@ -2831,7 +2831,7 @@ export interface GridLineOptions { /** * @default 1 */ - lineWidth: Scriptable | readonly number[]; + lineWidth: ScriptableAndArray; /** * @default true @@ -2856,7 +2856,7 @@ export interface GridLineOptions { /** * @default 'rgba(0, 0, 0, 0.1)' */ - tickColor: Scriptable | readonly Color[]; + tickColor: ScriptableAndArray; /** * @default 10 */