igcv3 - v1.1.0
    Preparing search index...

    Interface SafeWriteResult

    Result type for safe file operations.

    interface SafeWriteResult {
        success: boolean;
        path: string;
        created: boolean;
        error?: string;
    }
    Index

    Properties

    success: boolean
    path: string
    created: boolean
    error?: string