From 76e7e61f7306396a4d204a9eb0fec1c9d10a5e6e Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 1 May 2020 22:31:37 +0100 Subject: [PATCH] Correct openrct2.d.ts, tabs is optional (#11582) --- distribution/openrct2.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/openrct2.d.ts b/distribution/openrct2.d.ts index 6a554573a4..798635f3a2 100644 --- a/distribution/openrct2.d.ts +++ b/distribution/openrct2.d.ts @@ -811,7 +811,7 @@ declare global { maxHeight?: number; widgets?: Widget[]; colours?: number[]; - tabs: WindowTabDesc[]; + tabs?: WindowTabDesc[]; onClose?: () => void; onUpdate?: () => void;