mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
467 B
467 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| Disposable | Interface: Disposable | Disposable | 0 | null |
Represents a Disposable contract. Let dependencies implement this to dispose and cleanup.
Methods
dispose
▸ dispose(): unknown
Returns
unknown