AuditorServiceCreateEventOptions
Home > @backstage/backend-plugin-api
> AuditorServiceCreateEventOptions
Signature:
export type AuditorServiceCreateEventOptions = {
eventId: string;
severityLevel?: AuditorServiceEventSeverityLevel;
request?: Request<any, any, any, any, any>;
meta?: JsonObject;
};
References: AuditorServiceEventSeverityLevel, JsonObject