mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Split off AclInitializer.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
9c933fd2d4
commit
8fbb4f592e
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Simple interface for classes that can potentially handle a specific kind of data asynchronously.
|
||||
*/
|
||||
export abstract class AsyncHandler<TInput, TOutput = void> {
|
||||
export abstract class AsyncHandler<TInput = void, TOutput = void> {
|
||||
/**
|
||||
* Checks if the input data can be handled by this class.
|
||||
* Throws an error if it can't handle the data.
|
||||
|
||||
Reference in New Issue
Block a user