summary refs log tree commit diff
path: root/src/util/schemas/WidgetModifySchema.ts
blob: 26d4504f32a2eb58c9e8d1b81e2df2aaa558f624 (plain) (blame)
1
2
3
4
export interface WidgetModifySchema {
	enabled: boolean; // whether the widget is enabled
	channel_id: string; // the widget channel id
}