Files
standardnotes-server/packages/auth/src/Projection/SimpleUserProjection.ts
T
2023-05-16 07:36:25 -05:00

8 lines
148 B
TypeScript

export type SimpleUserProjection = {
uuid: string
email: string
protocolVersion: string
publicKey?: string
encryptedPrivateKey?: string
}