Type Alias CloudEventContext
CloudEventContext: {
datacontenttype: string;
dataschema: string | null;
id: string;
source: string;
specversion: "1.0";
subject: string;
time: string;
type: string;
}
Type Declaration
datacontenttype: string
dataschema: string | null
id: string
source: string
specversion: "1.0"
subject: string
time: string
type: string
Represents the core properties of a CloudEvent.