Merge pull request #301 from jtheoof/fix/types

fix: Add maxPages to RequestOptions
This commit is contained in:
jdalrymple 2019-04-11 10:39:58 -04:00 committed by GitHub
commit 5e8a160e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,6 +188,7 @@ export interface RequestOptions {
public?: boolean;
text?: string;
token?: string;
maxPages?: number;
}
class RequestHelper {