Type Alias FileSystem

FileSystem: {
    readFile: ((filePath: string) => Promise<string | Buffer>);
}