mirror of
https://github.com/sern-handler/website
synced 2026-06-07 16:32:20 +00:00
25 lines
411 B
Markdown
25 lines
411 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/init.ts:8](https://github.com/sern-handler/handler/blob/9d5c6c7/src/core/contracts/init.ts#L8)
|