mirror of
https://github.com/standardnotes/server
synced 2026-08-02 21:15:59 -04:00
4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
export type GetActiveSessionsForUserDTO = {
|
|
userUuid: string
|
|
}
|