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