Files
Oxicloud/frontend/src/lib/generated/message-bus/JobRunStartedData.ts
T
2026-09-11 22:06:09 +02:00

9 lines
212 B
TypeScript

// 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 };