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

    Interface DevboxUploadFileParams

    interface DevboxUploadFileParams {
        path: string;
        file?: Uploadable;
    }
    Index

    Properties

    Properties

    path: string

    The path to write the file to on the Devbox. Path is relative to user home directory.

    file?: Uploadable