Skip to content

Commit 32f6e38

Browse files
committed
docs(app-distribution): AppDistributionRelease.releaseNotes marked as nullable
matches upstream reality / future state firebase/firebase-ios-sdk#8602 related #5667
1 parent 66d991c commit 32f6e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app-distribution/lib/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ export namespace FirebaseAppDistributionTypes {
7171
buildVersion: string;
7272

7373
/**
74-
* The release notes for this build.
74+
* The release notes for this build, possibly null if no release notes were provided.
7575
*/
76-
releaseNotes: string;
76+
releaseNotes: string | null;
7777

7878
/**
7979
* The URL for the build.

0 commit comments

Comments
 (0)