UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

3 lines (2 loc) 224 B
import type { JiraConfig } from '#src/providers/types.js'; export default function jiraLogWork(config: Partial<JiraConfig> | null, jiraId: string, timeInSeconds: number, comment?: string, startedAt?: Date): Promise<string>;