refactor: demo params

This commit is contained in:
Mo
2023-03-03 10:26:38 -06:00
parent c663482ea3
commit 2a567ad052
7 changed files with 14 additions and 172 deletions

View File

@@ -1,10 +1,6 @@
import { User } from '@standardnotes/responses'
import { AnyKeyParamsContent } from '@standardnotes/common'
import { RawSessionPayload } from './Sessions/Types'
export type ShareToken = RawSessionPayload & {
masterKey: string
keyParams: AnyKeyParamsContent
user: User
host: string
email: string
password: string
}