RequestOptions
Home > @backstage/plugin-bitbucket-cloud-common
> RequestOptions
Signature:
export type RequestOptions = FilterAndSortOptions & PaginationOptions & PartialResponseOptions & {
[key: string]: string | number | undefined;
};
References: FilterAndSortOptions, PaginationOptions, PartialResponseOptions