masto
    Preparing search index...

    Interface Ip

    Represents an IP address associated with a user.

    interface Ip {
        ip: string;
        usedAt: string;
    }
    Index

    Properties

    Properties

    ip: string

    The IP address.

    usedAt: string

    The timestamp of when the IP address was last used for this account.