Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekelly881 committed Dec 11, 2023
1 parent 4b57481 commit 46f823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/Schema.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4241,7 +4241,7 @@ export interface FilterAnnotations<A> extends DocAnnotations<A> {
*/
readonly jsonSchema?: AST.JSONSchemaAnnotation
readonly arbitrary?: (...args: ReadonlyArray<Arbitrary<any>>) => Arbitrary<any>
readonly pretty?: (...args: ReadonlyArray<Pretty<any>>) => Pretty<any>
readonly pretty?: (...args: ReadonlyArray<Pretty.Pretty<any>>) => Pretty.Pretty<any>
readonly equivalence?: () => Equivalence.Equivalence<A>
}
```
Expand Down

0 comments on commit 46f823d

Please sign in to comment.