// // TermKitWidget.swift // TermKitBackend // // Created by david-swift on 01.07.2024. // /// The type of widgets of the TermKit backend. public protocol TermKitWidget: Widget { }