Skip to content

Commit

Permalink
Removed type from SchemaInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
karelklima committed Nov 18, 2023
1 parent dbfa14e commit 8936800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/schema/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ export type SchemaInterface<T extends SchemaPrototype> =
? ConvertProperty<T[X]>
: never;
}
& SchemaInterfaceIdentity
& SchemaInterfaceType;
& SchemaInterfaceIdentity;

0 comments on commit 8936800

Please sign in to comment.