Skip to content

Commit

Permalink
chore(bitbucket): add optional page to PagedResult (#23084)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jul 2, 2023
1 parent a6e908b commit 7cd6f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/platform/bitbucket/types.ts
Expand Up @@ -19,6 +19,7 @@ export interface Config {
}

export interface PagedResult<T = any> {
page?: number;
pagelen: number;
size?: number;
next?: string;
Expand Down

0 comments on commit 7cd6f7c

Please sign in to comment.