Skip to content

Commit

Permalink
プロジェクト検索条件拡張
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Nov 9, 2023
1 parent 4df3265 commit a863ad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Added

- プロジェクト検索条件拡張

### Changed

### Deprecated
Expand Down
1 change: 1 addition & 0 deletions src/project.ts
Expand Up @@ -100,6 +100,7 @@ export interface ISearchConditions {
limit?: number;
page?: number;
sort?: ISortOrder;
id?: { $eq?: string };
ids?: string[];
/**
* 名称
Expand Down

0 comments on commit a863ad3

Please sign in to comment.