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