diff --git a/docs/modules/Schema.ts.md b/docs/modules/Schema.ts.md index acb20bb8d..5e3ef780c 100644 --- a/docs/modules/Schema.ts.md +++ b/docs/modules/Schema.ts.md @@ -4241,7 +4241,7 @@ export interface FilterAnnotations extends DocAnnotations { */ readonly jsonSchema?: AST.JSONSchemaAnnotation readonly arbitrary?: (...args: ReadonlyArray>) => Arbitrary - readonly pretty?: (...args: ReadonlyArray>) => Pretty + readonly pretty?: (...args: ReadonlyArray>) => Pretty.Pretty readonly equivalence?: () => Equivalence.Equivalence } ```