Skip to content

Commit

Permalink
Removes duplicate interface SchemaOptions declaration (#226)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rossi <leonardo.rossi@gmail.com>
  • Loading branch information
leorossi authored Sep 9, 2023
1 parent fb4c3ef commit 6c323a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions types/FluentJSONSchema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@ export type MixedSchema<T> =
| MixedSchema6<T>
| MixedSchema7<T>

interface SchemaOptions {
schema: object
generateIds: boolean
}

interface PatternPropertiesOptions {
[key: string]: JSONSchema
Expand Down

0 comments on commit 6c323a5

Please sign in to comment.