@iocium/rdap-lite - v1.0.1
    Preparing search index...

    Interface RDAPEntity

    Represents a normalized RDAP entity (e.g., contact or organization).

    interface RDAPEntity {
        country?: string;
        email?: string;
        handle?: string;
        name?: string;
        roles?: string[];
    }
    Index

    Properties

    country?: string
    email?: string
    handle?: string
    name?: string
    roles?: string[]