fixed incorrect type

This commit is contained in:
Miodec 2022-02-26 23:35:53 +01:00
parent 8a5fbc4751
commit e02f1b14d1

View file

@ -95,7 +95,7 @@ declare namespace MonkeyTypes {
type CustomBackgroundSize = "cover" | "contain" | "max";
type CustomBackgroundFilter = [0 | 1, 0 | 1, 0 | 1, 0 | 1, 0 | 1];
type CustomBackgroundFilter = [number, number, number, number, number];
/*
off = off