Skip to content

Commit

Permalink
Update documenation with Record
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
  • Loading branch information
acarbonetto committed Aug 7, 2024
1 parent 084fcdb commit caae9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4029,7 +4029,7 @@ export class BaseClient {
* @param fullOptions - If `true`, returns verbose information with a limit of the first 10 PEL entries.
* If `number` is specified, returns verbose information limiting the returned PEL entries.
* If `0` is specified, returns verbose information with no limit.
* @returns A map of detailed stream information for the given `key`. See
* @returns A `Record` of detailed stream information for the given `key`. See
* the example for a sample response.
* @example
* ```typescript
Expand Down
2 changes: 1 addition & 1 deletion node/src/Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2228,7 +2228,7 @@ export class BaseTransaction<T extends BaseTransaction<T>> {
* If `number` is specified, returns verbose information limiting the returned PEL entries.
* If `0` is specified, returns verbose information with no limit.
*
* Command Response - A map of detailed stream information for the given `key`. See
* Command Response - A `Record` of detailed stream information for the given `key`. See
* the example for a sample response.
*/
public xinfoStream(key: string, fullOptions?: boolean | number): T {
Expand Down

0 comments on commit caae9d7

Please sign in to comment.