Skip to content

Commit ba2d858

Browse files
kombuchashortcuts
andauthored
feat(types): add missing virtual attribute to Index type (#1530)
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 9f8956c commit ba2d858

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/client-search/src/types/Indice.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ export type Index = {
5555
* Contains the names of all linked replicas.
5656
*/
5757
readonly replicas?: readonly string[];
58+
59+
/**
60+
* Only present if the index is a virtual replica.
61+
*/
62+
readonly virtual?: boolean;
5863
};
5964

6065
/**

0 commit comments

Comments
 (0)