ISPO SDK
    Preparing search index...

    Interface SourcePatchFile

    Markdown
    interface SourcePatchFile {
        after: string;
        artifacts?: { kind: "files"; ref: string }[];
        before: string;
        expectedVersion?: string;
        path: string;
    }
    Index
    after: string
    artifacts?: { kind: "files"; ref: string }[]
    before: string
    expectedVersion?: string
    path: string