fix: number parsing regression (#5906)
This commit is contained in:
2
packages/api-client/src/utils/types.ts
Normal file
2
packages/api-client/src/utils/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export type Override<T, R> = Omit<T, keyof R> & R
|
||||
export type RawDecimal = string | number
|
||||
Reference in New Issue
Block a user