@runloop/api-client - v1.4.0
    Preparing search index...

    Interface ObjectMount

    interface ObjectMount {
        object_id: string;
        object_path: string;
        type: "object_mount";
    }
    Index

    Properties

    object_id: string

    The ID of the object to write.

    object_path: string

    The path to write the object on the Devbox. Use absolute path of object (ie /home/user/object.txt, or directory if archive /home/user/archive_dir)

    type: "object_mount"