Skip to content

Commit 9c98db7

Browse files
ElectricPulseAdam Labus
andauthored
🤖 Merge PR DefinitelyTyped#72189 [forge-apis] Make webhook hubId option optional by @ElectricPulse
Co-authored-by: Adam Labus <[email protected]>
1 parent 0caa9f7 commit 9c98db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/forge-apis/index.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ export namespace WebhooksApi {
16591659
hookAttribute?: any;
16601660
tenant?: string | undefined;
16611661
filter?: string | undefined;
1662-
hubId: string;
1662+
hubId?: string | undefined;
16631663
projectId?: string | undefined;
16641664
hookExpiry?: string | undefined;
16651665
}

0 commit comments

Comments
 (0)