diff options
author | Puyodead1 <puyodead@proton.me> | 2022-12-22 11:08:03 -0500 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-03-18 19:16:41 -0400 |
commit | 5c682137b2ab6ecef2a52fc3974a2cc01931dbf2 (patch) | |
tree | 2d973a29caf46874cec2c1e031c5b615f58a4ff4 /src/util/entities/ConnectionUpdateSchema.ts | |
parent | adding connection now works (diff) | |
download | server-5c682137b2ab6ecef2a52fc3974a2cc01931dbf2.tar.xz |
implement PATCH connection
Diffstat (limited to 'src/util/entities/ConnectionUpdateSchema.ts')
-rw-r--r-- | src/util/entities/ConnectionUpdateSchema.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/entities/ConnectionUpdateSchema.ts b/src/util/entities/ConnectionUpdateSchema.ts new file mode 100644 index 00000000..ac234e7e --- /dev/null +++ b/src/util/entities/ConnectionUpdateSchema.ts @@ -0,0 +1,3 @@ +export interface ConnectionUpdateSchema { + visibility?: boolean; +} |