mirror of
https://github.com/standardnotes/server
synced 2026-08-02 21:15:59 -04:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export type DeleteSessionForUserResponse = {
|
|
success: boolean
|
|
errorMessage?: string
|
|
}
|