@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias FsWriteFileParams

    Write a file on the host filesystem.

    type FsWriteFileParams = {
        dataBase64: string;
        path: AbsolutePathBuf;
    }
    Index

    Properties

    Properties

    dataBase64: string

    File contents encoded as base64.

    Absolute path to write.