There was an error while loading. Please reload this page.
2 parents a4633ab + fce1605 commit 8ba5c22Copy full SHA for 8ba5c22
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