Skip to content

Commit c517dbc

Browse files
committed
updated API docs
1 parent 0c548f0 commit c517dbc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

etc/firebase-admin.eventarc.api.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,14 @@ export interface ChannelOptions {
2727

2828
// @public
2929
export interface CloudEvent {
30-
// (undocumented)
3130
[key: string]: any;
32-
// (undocumented)
3331
data?: object | string;
34-
// (undocumented)
3532
datacontenttype?: string;
36-
// (undocumented)
3733
id?: string;
38-
// (undocumented)
3934
source?: string;
40-
// (undocumented)
4135
specversion?: CloudEventVersion;
42-
// (undocumented)
4336
subject?: string;
44-
// (undocumented)
4537
time?: string;
46-
// (undocumented)
4738
type: string;
4839
}
4940

0 commit comments

Comments
 (0)