Skip to content

Commit

Permalink
New type
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-conde committed Jan 8, 2021
1 parent 08857c4 commit 4b0cebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/api/api.d.ts
Expand Up @@ -15,5 +15,5 @@ type APIOptions = {
handle?: boolean,
data?: BodyInit | JSON,
dataJ?: JSON,
dataM?: unknown,
dataM?: Record<string, unknown>
}

0 comments on commit 4b0cebd

Please sign in to comment.