Remove undefined return type from getFileContent
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export interface FileProvider {
|
||||
getFileContent(path: string): Promise<File | undefined>;
|
||||
getFileContent(path: string): Promise<File>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user