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

    Interface FileMount

    interface FileMount {
        content: string;
        target: string;
        type: "file_mount";
    }
    Index

    Properties

    Properties

    content: string

    Content of the file to mount.

    target: string

    Target path where the file should be mounted.

    type: "file_mount"