Files
website/docs/api/interfaces/Controller.md
Jacob Nguyen 49a910f90a fix docs build
2023-06-30 21:56:51 -05:00

44 lines
657 B
Markdown

---
id: "Controller"
title: "Interface: Controller"
sidebar_label: "Controller"
sidebar_position: 0
custom_edit_url: null
---
## Properties
### next
**next**: () => `Ok`<`void`\>
#### Type declaration
▸ (): `Ok`<`void`\>
##### Returns
`Ok`<`void`\>
#### Defined in
[src/core/types/plugins.ts:54](https://github.com/sern-handler/handler/blob/941e1ea/src/core/types/plugins.ts#L54)
___
### stop
**stop**: () => `Err`<`void`\>
#### Type declaration
▸ (): `Err`<`void`\>
##### Returns
`Err`<`void`\>
#### Defined in
[src/core/types/plugins.ts:55](https://github.com/sern-handler/handler/blob/941e1ea/src/core/types/plugins.ts#L55)