mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
25 lines
446 B
Markdown
25 lines
446 B
Markdown
---
|
|
id: "Init"
|
|
title: "Interface: Init"
|
|
sidebar_label: "Init"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
Represents an initialization contract.
|
|
Let dependencies implement this to initiate some logic.
|
|
|
|
## Methods
|
|
|
|
### init
|
|
|
|
▸ **init**(): `unknown`
|
|
|
|
#### Returns
|
|
|
|
`unknown`
|
|
|
|
#### Defined in
|
|
|
|
[src/core/contracts/hooks.ts:7](https://github.com/sern-handler/handler/blob/91b3768e376cfe22ec37d8ab44f4e4a4dfe8a1e8/src/core/contracts/hooks.ts#L7)
|