Skip to content

Commit

Permalink
feat(ts-client): clean, force release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Apr 20, 2024
1 parent f3f1bf2 commit 55e43aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Schema/Hybrid/types/Scalar/Scalar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ export const Scalars = {
export type Any = String | Int | Boolean | ID | Float | Values<NamedSchemas[keyof NamedSchemas]['customScalars']>

type Values<T> = T extends any ? keyof T extends never ? never : T[keyof T] : never
// type x = Values<NamedSchemas[keyof NamedSchemas]['customScalars']>

0 comments on commit 55e43aa

Please sign in to comment.