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