agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface WriteFileResult

    Per-entry result of the batch writeFiles / readFiles actions.

    interface WriteFileResult {
        error?: string;
        ok: boolean;
        path: string;
    }
    Index

    Properties

    Properties

    error?: string
    ok: boolean
    path: string