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>;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user