Files
Oxicloud/frontend/src/lib/generated/message-bus/JobRunStartedData.ts
T

9 lines
212 B
TypeScript
Raw Normal View History

2026-09-11 19:41:18 +02:00
// AUTO-GENERATED — do not edit by hand.
// Regenerate with `just asyncapi-ts`.
interface JobRunStartedData {
actor: string;
name: string;
started_at: string;
}
export type { JobRunStartedData as default };