mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +00:00
411 B
411 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| Init | Interface: Init | Init | 0 | null |
Represents an initialization contract. Let dependencies implement this to initiate some logic.
Methods
init
▸ init(): unknown
Returns
unknown