UNPKG
sinotron
Version:
latest (0.1.0-alpha)
0.1.0-alpha
0.0.3-alpha
0.0.1-dev
0.0.1-alpha
Simple framework for Typescript Electron projects
sinotron
/
dist
/
lib
/
base-api.client.d.ts
7 lines
(6 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
7
export declare
abstract
class
BaseApiClient
<
T
> {
readonly
key:
string
;
protected
constructor
(
key:
string
)
;
abstract
getImpl
(): T
; expose():
void
; }