Skip to content

Commit

Permalink
rm bigint & localizedString
Browse files Browse the repository at this point in the history
  • Loading branch information
snuffyDev committed May 20, 2024
1 parent 7a078f1 commit 1ab2501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/core.mts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ type Permutation<T extends string, U extends string = T> = [T] extends [never]
: [T]

// Added fix for the issue with type generation
type Type = string | number | boolean | bigint | LocalizedString
type Type = string | number | boolean
type WrapParam<P> = P extends string ? `{${P}:${Type}}` : never

type ConstructString<Params extends unknown[]> = Params extends []
Expand Down

0 comments on commit 1ab2501

Please sign in to comment.