Skip to content

Commit

Permalink
Add invalidatesTags property to EndpointBuilder interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ballyalley-o committed Apr 15, 2024
1 parent 14d9e5c commit 2282ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ declare global {
BadgeProps?: object
sx?: object
}


interface EndpointBuilder {
/**
Expand All @@ -117,6 +116,7 @@ declare global {
query: ((data: any) => { url: string; method?: METHOD; body: any }) | ((ids: any) => { url: string; method: METHOD })
providesTags?: any
keepUnusedDataFor?: number
invalidatesTags?: any[]
}) => any
}

Expand Down

0 comments on commit 2282ff5

Please sign in to comment.