9 lines
212 B
TypeScript
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 };
|