fix(core): update
This commit is contained in:
@ -11,11 +11,7 @@ export abstract class AAgHandler<TClaim> {
|
||||
* a slug that separates the handler from other handlers
|
||||
*/
|
||||
public abstract slug: string;
|
||||
|
||||
public abstract handleRequest(
|
||||
authInfoArg: AuthInfo<TClaim>,
|
||||
request: plugins.tsclass.network.ISimpleRequest
|
||||
): Promise<plugins.tsclass.network.ISimpleResponse>;
|
||||
public abstract typedrouter: plugins.typedrequest.TypedRouter;
|
||||
public abstract checkReqirements(): Promise<IRequirementResult>;
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,13 @@
|
||||
// node native scope
|
||||
import * as path from 'path';
|
||||
|
||||
// @apiglobal scope
|
||||
import * as typedrequest from '@apiglobal/typedrequest';
|
||||
|
||||
export {
|
||||
typedrequest
|
||||
};
|
||||
|
||||
// @tsclass scope
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
|
Reference in New Issue
Block a user