Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
🚨 lint: Remove any type
Browse files Browse the repository at this point in the history
  • Loading branch information
cheap-glitch committed Dec 18, 2020
1 parent 06e623c commit 2c239ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface FaunaDataCollection {
collection: string
index: string
key: string
documents: Array<Record<string, any>>
documents: Array<Record<string, unknown>>
}

export enum FaunaQueryResult {
Expand Down

0 comments on commit 2c239ca

Please sign in to comment.