export interface ConnectionUpdateSchema {
	visibility?: boolean;
}
