Skip to content

Commit

Permalink
added a bit more typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
guyroyse committed Dec 17, 2021
1 parent e968c62 commit 609ec96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/schema/schema-options.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { SearchDataStructure } from "../client";
import { IdStrategy } from "./schema-definitions";

/**
* Valid values for how to use stop words for a given schema.
*/
export type StopWordOptions = "OFF" | "DEFAULT" | "CUSTOM";

/**
Expand Down

0 comments on commit 609ec96

Please sign in to comment.