We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c548f0 commit c517dbcCopy full SHA for c517dbc
etc/firebase-admin.eventarc.api.md
@@ -27,23 +27,14 @@ export interface ChannelOptions {
27
28
// @public
29
export interface CloudEvent {
30
- // (undocumented)
31
[key: string]: any;
32
33
data?: object | string;
34
35
datacontenttype?: string;
36
37
id?: string;
38
39
source?: string;
40
41
specversion?: CloudEventVersion;
42
43
subject?: string;
44
45
time?: string;
46
47
type: string;
48
}
49
0 commit comments