Skip to content

Commit

Permalink
fix: wildcard filters
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgrant committed Sep 11, 2024
1 parent 9a77363 commit 426e3df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const requestFilterTypeEmptyV2 = ['empty', 'not_empty'] as const

export type RequestFilterTypeEmptyV2 = typeof requestFilterTypeEmptyV2[number]

export const requestFilterTypeWildcardV2 = ['empty', 'not_empty'] as const
export const requestFilterTypeWildcardV2 = ['starts_with', 'ends_with'] as const

export type RequestFilterTypeWildcardV2 = typeof requestFilterTypeWildcardV2[number]

Expand Down

0 comments on commit 426e3df

Please sign in to comment.