mirror of
https://github.com/standardnotes/server
synced 2026-08-03 06:15:59 -04:00
4 lines
68 B
TypeScript
4 lines
68 B
TypeScript
export type GetUserOfflineSubscriptionDto = {
|
|
userEmail: string
|
|
}
|