Skip to content

Commit fce1605

Browse files
committed
fix: match color style field to that in google api
1 parent a4633ab commit fce1605

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)