fix: update alpha API report for MSGraphCursor.nextLink type change

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: pillaris <pillaris@adobe.com>
This commit is contained in:
pillaris
2026-04-27 10:55:37 +05:30
parent 758bfaa356
commit e1cb610c7b
@@ -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)