interface FileUpdateResult

Result of a file update operation

Properties

success: boolean

Whether the update succeeded

optional
content: string

Updated file content if successful

optional
error: string

Error message if failed

optional
warnings: string[]

Warning messages

Usage

import { type FileUpdateResult } from ".";