@ptkl/sdk - v1.12.0
    Preparing search index...

    Interface TimberActor

    interface TimberActor {
        id: string;
        ip?: string;
        name?: string;
        type: TimberActorType;
        user_agent?: string;
    }
    Index

    Properties

    id: string
    ip?: string
    name?: string
    user_agent?: string