@book000/pixivts - v0.61.1
    Preparing search index...

    Interface PixivUserProfileWorkspace

    Workspace / desk setup information from a user's profile.

    interface PixivUserProfileWorkspace {
        chair: string;
        comment: string;
        desk: string;
        desktop: string;
        monitor: string;
        mouse: string;
        music: string;
        pc: string;
        printer: string;
        scanner: string;
        tablet: string;
        tool: string;
        workspaceImageUrl: string | null;
    }
    Index

    Properties

    chair: string

    Chair description.

    comment: string

    Free-text comment about the workspace.

    desk: string

    Desk description.

    desktop: string

    Desktop wallpaper or environment description.

    monitor: string

    Monitor model.

    mouse: string

    Mouse model.

    music: string

    Music / background audio description.

    pc: string

    PC / computer specs.

    printer: string

    Printer model.

    scanner: string

    Scanner model.

    tablet: string

    Tablet model.

    tool: string

    Drawing software / tool.

    workspaceImageUrl: string | null

    Workspace image URL, or null if not set.