# AnyHandlerCtor

`type` in `http` · v0.1.0-next.0

<https://docs.seedcord.org/packages/http/0.1.0-next.0/types/any-handler-ctor>

## Declaration

```ts
type AnyHandlerCtor = abstract new (...args: never[]) => {
    execute(): Promise<void>;
};
```
