From 4b0cebd426942168646bc26b6cf82638b37b82fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias=20Conde=20Azevedo?= Date: Fri, 8 Jan 2021 17:06:03 +0000 Subject: [PATCH] New type --- types/api/api.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/api/api.d.ts b/types/api/api.d.ts index c6f0488..a80ddc0 100644 --- a/types/api/api.d.ts +++ b/types/api/api.d.ts @@ -15,5 +15,5 @@ type APIOptions = { handle?: boolean, data?: BodyInit | JSON, dataJ?: JSON, - dataM?: unknown, + dataM?: Record }