Type alias IdentityProof

IdentityProof: {
    profile_url: string;
    proof_url: string;
    provider: string;
    provider_username: string;
    updated_at: string;
}

Type declaration

  • profile_url: string
  • proof_url: string
  • provider: string
  • provider_username: string
  • updated_at: string

Generated using TypeDoc