``` index.ts(21,3): error TS2322: Type 'Buffer'...
# typescript
b
Copy code
index.ts(21,3): error TS2322: Type 'Buffer' is not assignable to type 'string | Promise<string> | OutputInstance<string> | undefined'.
      Type 'Buffer' is not assignable to type 'string'.