SimpleUserProjection.ts 145 B

1234567
  1. export type SimpleUserProjection = {
  2. uuid: string
  3. email: string
  4. protocolVersion: string
  5. publicKey?: string
  6. signingPublicKey?: string
  7. }