Allow any on GCP func

This commit is contained in:
Jackson Harper
2022-03-02 19:53:28 -08:00
parent e660e41ed5
commit c4e237927d
2 changed files with 60 additions and 0 deletions

View File

@ -170,6 +170,7 @@ export const getTask = async (
const request: protos.google.cloud.tasks.v2.GetTaskRequest = {
responseView: View.FULL,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
toJSON(): { [p: string]: any } {
return {}
},