mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add optional field 'expand' to SearchQuery, remove duplicate interface (#38845)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
578a764987
commit
b3949e05ae
7
types/jira-client/index.d.ts
vendored
7
types/jira-client/index.d.ts
vendored
@@ -354,12 +354,7 @@ declare namespace JiraApi {
|
||||
startAt?: number;
|
||||
maxResults?: number;
|
||||
fields?: string[];
|
||||
}
|
||||
|
||||
interface SearchQuery {
|
||||
startAt?: number;
|
||||
maxResults?: number;
|
||||
fields?: string[];
|
||||
expand?: string[];
|
||||
}
|
||||
|
||||
interface UriOptions {
|
||||
|
||||
Reference in New Issue
Block a user