Searched refs:NewFileContent (Results 1 – 2 of 2) sorted by relevance
231 newFileContent?: NewFileContent,334 …options: { fixId: string, fixAllDescription: string, newFileContent: NewFileContent, commands?: {}…434 …: string, actionName: string, actionDescription: string, newContent: NewFileContent, triggerReason…749 type NewFileContent = string | { readonly [fileName: string]: string };
1584 newContent: NewFileContent;1671 export type NewFileContent = string | { readonly [filename: string]: string }; alias1675 newFileContent?: NewFileContent;1696 newFileContent: NewFileContent;