Searched refs:NewFileContent (Results 1 – 2 of 2) sorted by relevance
267 newFileContent?: NewFileContent,372 …options: { fixId: string, fixAllDescription: string, newFileContent: NewFileContent, commands?: {}…480 …: string, actionName: string, actionDescription: string, newContent: NewFileContent, triggerReason…835 type NewFileContent = string | { readonly [fileName: string]: string };
1729 newContent: NewFileContent;1837 export type NewFileContent = string | { readonly [filename: string]: string }; alias1841 newFileContent?: NewFileContent;1862 newFileContent: NewFileContent;