We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4633ab commit fce1605Copy full SHA for fce1605
src/lib/types/sheets-types.ts
@@ -415,7 +415,7 @@ export type DataFilterWithoutWorksheetId = A1Range | GridRangeWithoutWorksheetId
415
416
417
/** @see https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/other#colorstyle */
418
-export type ColorStyle = { Color: Color } | { themeColor: ThemeColorType };
+export type ColorStyle = { rgbColor: Color } | { themeColor: ThemeColorType };
419
/** @see https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/other#Color */
420
export type Color = {
421
red: number,
0 commit comments