KeyAgent: {
    approvedAt?: Date;
    eventId?: string;
    isContact: boolean;
    isVerified: boolean;
    profile: Profile;
    pubkey: string;
}

Type declaration

  • Optional approvedAt?: Date
  • Optional eventId?: string
  • isContact: boolean
  • isVerified: boolean
  • profile: Profile
  • pubkey: string

Generated using TypeDoc