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