UNPKG

gaunt-sloth-assistant

Version:

> ⚠️ **`gaunt-sloth-assistant` has been renamed to [`gaunt-sloth`](https://www.npmjs.com/package/gaunt-sloth).** > The `1.5.x` series is the final release under the old name — active development continues under > the new package. To switch: > > ```bash >

3 lines (2 loc) 237 B
import type { JiraConfig } from '@gaunt-sloth/review/sources/types.js'; export default function jiraLogWork(config: Partial<JiraConfig> | null, jiraId: string, timeInSeconds: number, comment?: string, startedAt?: Date): Promise<string>;