mirror of
https://github.com/standardnotes/server
synced 2026-08-03 06:15:59 -04:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
export type DeleteSessionForUserDTO = {
|
|
sessionUuid: string
|
|
userUuid: string
|
|
}
|