AutoBE
    Preparing search index...

    Interface AutoBeDebugPatch

    Patch produced by the Debug stage.

    interface AutoBeDebugPatch {
        content: string | null;
        location: string;
    }
    Index

    Properties

    Properties

    content: string | null

    New file contents, or null when the file was deleted.

    location: string

    Relative file path inside the rendered backend workspace.