mirror of
https://github.com/standardnotes/server
synced 2026-07-30 02:16:37 -04:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
export type DeletePreviousSessionsForUserDTO = {
|
|
userUuid: string
|
|
currentSessionUuid: string
|
|
}
|