UNPKG
@4lch4/toggl-aid
Version:
latest (0.2.2)
0.2.2
0.2.1
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
A wrapper library for interacting with the Toggl API.
github.com/4lch4/Toggl-Aid
4lch4/Toggl-Aid
@4lch4/toggl-aid
/
dist
/
endpoints
/
Toggl
/
Clients.d.ts
6 lines
(5 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Client
_Create,
Client
_POST_RES }
from
'../../interfaces/Client'
;
import
{
BaseEndpoint
}
from
'../BaseEndpoint'
;
export
declare
class
Clients
extends
BaseEndpoint
{
createClient
(
client
:
Client
_Create):
Promise
<
Client
_POST_RES>; }