mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-18 07:00:20 +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
Vendored
+1
-6
@@ -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