UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
gistSessionScheduler
/
index.d.ts
8 lines
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
GistSessionScheduler
{
private
token?;
init
:
() =>
Promise
<
void
>;
private
createGist;
setSessionTime
(
sessionId
:
string
,
nextSessionTime
:
number
):
void
; }
export
declare
const
gistSessionScheduler
:
GistSessionScheduler
;
//# sourceMappingURL=index.d.ts.map