mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Merge pull request #301 from jtheoof/fix/types
fix: Add maxPages to RequestOptions
This commit is contained in:
commit
5e8a160e8a
@ -188,6 +188,7 @@ export interface RequestOptions {
|
||||
public?: boolean;
|
||||
text?: string;
|
||||
token?: string;
|
||||
maxPages?: number;
|
||||
}
|
||||
|
||||
class RequestHelper {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user