Alokai
You are reading the documentation for connect v1, which is no longer the latest version. Switch to connect v2

GCPStructuredDTO

export interface GCPStructuredDTO {
	severity: string;
	timestamp: string;
}

Properties

NameRequiredTypeDescription
severityRequiredstring
timestampRequiredstring

On this page