aboutsummaryrefslogtreecommitdiff
path: root/src/client/northstar/utils/IDisposable.ts
blob: 5e984332687f0bdcb6218d9e2aecf2f5ba28d710 (plain)
1
2
3
export interface IDisposable {
    Dispose(): void;
}