mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-19 00:15:54 +00:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
export interface ConnectionUpdateSchema {
|
|
visibility?: boolean;
|
|
show_activity?: boolean;
|
|
metadata_visibility?: boolean;
|
|
}
|