Ittipon Teerapruettikulchai
Results
2
comments of
Ittipon Teerapruettikulchai
You can update the readme.md then create a pull request, then I will review it and merge it.
My cause to error like this one is: ``` interface DataPatchesResponse { [id: string]: any; } const getDataPatchId = (type: string, id: string): string => { return `${type}:${id}`; } export...