export interface ConnectionUpdateSchema {
	visibility?: boolean;
	show_activity?: boolean;
}
