Newer
Older
percord / src / util / schemas / WidgetModifySchema.ts
@Madeline Madeline on 26 Sep 2022 137 bytes Move schemas to /src/util/schemas
export interface WidgetModifySchema {
	enabled: boolean; // whether the widget is enabled
	channel_id: string; // the widget channel id
}