export interface Sealed<_Type extends string> {
    type: _Type;
}
