Skip to main content

service

const service: {
apiRequest: typeof apiRequest;
handleRequest: HandleRequestType;
ParamStoreService: typeof ParamStoreService;
RedisService: typeof RedisService;
TokenService: typeof TokenService;
};

Type Declaration

apiRequest

apiRequest: typeof apiRequest;

handleRequest

handleRequest: HandleRequestType;

ParamStoreService

ParamStoreService: typeof ParamStoreService;

RedisService

RedisService: typeof RedisService;

TokenService

TokenService: typeof TokenService;