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