Skip to content

Commit 8ba5c22

Browse files
authored
Merge pull request #652 from marcusteh1238/master
fix: match color style type to that in google api
2 parents a4633ab + fce1605 commit 8ba5c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/types/sheets-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ export type DataFilterWithoutWorksheetId = A1Range | GridRangeWithoutWorksheetId
415415

416416

417417
/** @see https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/other#colorstyle */
418-
export type ColorStyle = { Color: Color } | { themeColor: ThemeColorType };
418+
export type ColorStyle = { rgbColor: Color } | { themeColor: ThemeColorType };
419419
/** @see https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/other#Color */
420420
export type Color = {
421421
red: number,

0 commit comments

Comments
 (0)