Interface Replacement

interface Replacement {
    multiple?: boolean;
    newContent: string;
    oldContent: string;
}

Properties

multiple?: boolean
newContent: string
oldContent: string