diff --git a/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md b/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md index 38d4e4278d..ed6376fb04 100644 --- a/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md +++ b/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md @@ -91,7 +91,7 @@ export type MSGraphContext = { // @public export type MSGraphCursor = { phase: 'users' | 'groups'; - nextLink: string | null; + nextLink?: string; }; // (No @packageDocumentation comment for this package)