@gibme/starlink
    Preparing search index...
    interface IPAllocation {
        DeviceId: string;
        Ipv4: string[];
        Ipv6Cpe: string[];
        Ipv6Ue: string[];
        UtcTimestampNs: number;
    }

    Hierarchy (View Summary)

    • Id
      • IPAllocation
    Index

    Properties

    DeviceId: string
    Ipv4: string[]
    Ipv6Cpe: string[]
    Ipv6Ue: string[]
    UtcTimestampNs: number