Skip to content

Commit

Permalink
feat(types): add missing virtual attribute to Index type (#1530)
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
kombucha and shortcuts authored Jun 25, 2024
1 parent 9f8956c commit ba2d858
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/client-search/src/types/Indice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ export type Index = {
* Contains the names of all linked replicas.
*/
readonly replicas?: readonly string[];

/**
* Only present if the index is a virtual replica.
*/
readonly virtual?: boolean;
};

/**
Expand Down

0 comments on commit ba2d858

Please sign in to comment.