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

    Type Alias InlineObjectMount

    InlineObjectMount: { [path: string]: RunloopSDK.StorageObject }

    A convenient mount format that maps a path to a StorageObject. The key is the path on the devbox where the object will be mounted, and the value is the StorageObject instance.

    Type Declaration

    { '/home/user/config.txt': storageObject }