Type alias ObscuredJob

ObscuredJob: {
    duration_ms?: number;
    started_at?: string;
    typ?: string;
}

Type declaration

  • Optional duration_ms?: number
  • Optional started_at?: string
  • Optional typ?: string