mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +00:00
673 B
673 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
src/handler/plugins/plugin.ts:29
stop
• stop: () => Err<void>
Type declaration
▸ (): Err<void>
Returns
Err<void>