Type alias IdentityProofType

IdentityProofType: IdentityProof | string | {
    chainId: ChainIdType;
    expiration: TimePointType;
    scope: NameType;
    signature: SignatureType;
    signer: PermissionLevelType;
}