mirror of
https://github.com/standardnotes/server
synced 2026-07-15 11:07:43 -04:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
export type RefreshSessionTokenDTO = {
|
|
accessToken: string
|
|
refreshToken: string
|
|
}
|