From 284064bfd13179638393df58d98308d62d90a11a Mon Sep 17 00:00:00 2001 From: Artemi <72393836+ArtemiOllin@users.noreply.github.com> Date: Sun, 7 Jul 2024 19:00:11 +0800 Subject: [PATCH] Update types.ts Fix typo --- types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.ts b/types.ts index 7fa321b..982139d 100644 --- a/types.ts +++ b/types.ts @@ -53,7 +53,7 @@ interface Identifiers { is_built_in_keyboard?: boolean; } -type KeybaordTypeCondition = { +type KeyboardTypeCondition = { type: "keyboard_type_if" | "keyboard_type_unless"; keyboard_types: string[]; description?: string;