We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a74e35 commit da2fbc0Copy full SHA for da2fbc0
src/types/types.ts
@@ -57,7 +57,7 @@ export type IndexesResults<T> = ResourceResults<T> & {}
57
export const MatchingStrategies = {
58
ALL: 'all',
59
LAST: 'last',
60
-}
+} as const
61
62
export type MatchingStrategies = typeof MatchingStrategies[keyof typeof MatchingStrategies]
63
0 commit comments