Skip to content

Commit c2e6fae

Browse files
committed
refactor: make rawData internal
1 parent 1634d19 commit c2e6fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/operations/command.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ export interface CommandOperationOptions
6767

6868
/**
6969
* Used when the command needs to grant access to the underlying namespaces for time series collections.
70-
* Only available on server versions 8.2 and above.
71-
* @public
70+
* Only available on server versions 8.2 and above and is not meant for public use.
71+
* @internal
7272
* @sinceServerVersion 8.2
7373
**/
7474
rawData?: boolean;

0 commit comments

Comments
 (0)