Type Alias UsernameAttestation

UsernameAttestation: {
    agent: AgentPubKey;
    username: string;
}