From 4a8c91a4ec859bfd10baa4b7c4b1fa692939d874 Mon Sep 17 00:00:00 2001 From: zomo Date: Fri, 25 Jun 2021 20:53:01 -0500 Subject: [PATCH] minor changes --- ts-lua/types/Input.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts-lua/types/Input.d.ts b/ts-lua/types/Input.d.ts index ba8eb54..afba4a0 100644 --- a/ts-lua/types/Input.d.ts +++ b/ts-lua/types/Input.d.ts @@ -18,9 +18,8 @@ declare namespace input { NUM, NUM_DOT, FLOAT - } - function get(title: string, default_value: string, len: int, type: int): [int, string]; + function get(title: string, default_value: string, len: int, type: types): [resonse, string]; } \ No newline at end of file