@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface ResolvedProperty

    Resolved property identifier

    interface ResolvedProperty {
        identifier_type: string;
        identifier_value: string;
        publisher_domain?: string;
        display_name?: string;
        status?: "active" | "inactive" | "pending";
    }
    Index

    Properties

    identifier_type: string
    identifier_value: string
    publisher_domain?: string
    display_name?: string
    status?: "active" | "inactive" | "pending"