Skip to content

Commit

Permalink
Merge pull request #118 from starkbank/fix/ts-tags
Browse files Browse the repository at this point in the history
Fix tags param reference
  • Loading branch information
leoKagohara-Stark authored Mar 6, 2024
2 parents b50d90a + 02f7704 commit 9f480a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]
### Fixed
- tags types parameter reference

## [2.23.2] - 2024-02-21
### Changed
- core version to v0.0.4
Expand Down
2 changes: 1 addition & 1 deletion types/transfer/transfer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ declare module 'starkbank' {
externalId: string | null
scheduled: string | null
description: string | null
tags: string | null
tags: string[] | null
rules: transfer.Rule[] | null

readonly id : string
Expand Down

0 comments on commit 9f480a4

Please sign in to comment.