Skip to content

Commit

Permalink
Add "without" method to type declaration (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewiwa committed Jul 2, 2020
1 parent 4ee0711 commit 254e4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -2,6 +2,7 @@ import './vuex'

interface NuxtContentInstance {
only(keys: String | String[]): NuxtContentInstance
without(keys: String | String[]): NuxtContentInstance
sortBy(field: String, direction?: String): NuxtContentInstance
where(query: Object): NuxtContentInstance
search(query: Object | String, value?: String): NuxtContentInstance
Expand Down

0 comments on commit 254e4e3

Please sign in to comment.