Skip to content

Commit

Permalink
fix dtslint
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jan 22, 2025
1 parent 5b1eaea commit d55b6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/dtslint/Schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ S.BigDecimalFromNumber
// Duration
// ---------------------------------------------

// $ExpectType Schema<Duration, DurationEncoded, never>
// $ExpectType Schema<Duration, DurationEncoded | readonly [seconds: number, nanos: number], never>
S.asSchema(S.Duration)

// $ExpectType typeof Duration
Expand Down

0 comments on commit d55b6ea

Please sign in to comment.