mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
4 lines
66 B
TypeScript
4 lines
66 B
TypeScript
export type CreateWebSocketConnectionDTO = {
|
|
userUuid: string
|
|
}
|