Fix compile

This commit is contained in:
Daniel Imms
2023-07-29 14:42:05 -07:00
parent 5660c404f0
commit d22e3e093a
+1 -1
View File
@@ -438,7 +438,7 @@ export interface IColorSetRequest {
}
export interface IColorRestoreRequest {
type: ColorRequestType.RESTORE;
index?: SpecialColorIndex;
index?: AllColorIndex;
}
export type IColorEvent = (IColorReportRequest | IColorSetRequest | IColorRestoreRequest)[];