Skip to content

Commit

Permalink
fix(types): Condition<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Oct 10, 2024
1 parent b2bc511 commit a29e033
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-impalas-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aeriajs/types": patch
---

Fix `Condition<T>`
1 change: 1 addition & 0 deletions packages/types/src/condition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type FinalCondition<TSchema extends JsonSchema> = {
| string
| boolean
| number
| readonly unknown[]
| Condition
fromState?: boolean
}
Expand Down

0 comments on commit a29e033

Please sign in to comment.