summary refs log tree commit diff
path: root/util/src/schemas/WidgetModifySchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/WidgetModifySchema.ts')
-rw-r--r--util/src/schemas/WidgetModifySchema.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/src/schemas/WidgetModifySchema.ts b/util/src/schemas/WidgetModifySchema.ts
deleted file mode 100644

index 390efc30..00000000 --- a/util/src/schemas/WidgetModifySchema.ts +++ /dev/null
@@ -1,5 +0,0 @@ - -export interface WidgetModifySchema { - enabled: boolean; // whether the widget is enabled - channel_id: string; // the widget channel id -}