mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Improve api
- TribufuApi - TribufuBot - TribufuClient - TribufuServer
This commit is contained in:
parent
882e2a631b
commit
5047dada7c
12 changed files with 961 additions and 535 deletions
8
src/options.ts
Normal file
8
src/options.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
|
||||
export interface TribufuApiOptions {
|
||||
apiKey?: string | null;
|
||||
accessToken?: string | null;
|
||||
refreshToken?: string | null;
|
||||
expiresIn?: number | null;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue