ip-devicer
    Preparing search index...

    Interface IpIdentifyContext

    interface IpIdentifyContext {
        headers?: Record<string, string | string[] | undefined>;
        ip?: string;
        userId?: string;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string | string[] | undefined>
    ip?: string
    userId?: string