mirror of
https://github.com/sern-handler/website
synced 2026-06-06 17:26:50 +00:00
653 B
653 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| Controller | Interface: Controller | Controller | 0 | null |
Properties
next
• next: () => Ok<void>
Type declaration
▸ (): Ok<void>
Returns
Ok<void>
Defined in
stop
• stop: () => Err<void>
Type declaration
▸ (): Err<void>
Returns
Err<void>