e770920be0
Also made a rule for it.
4 lines
51 B
TypeScript
4 lines
51 B
TypeScript
export interface IDisposable {
|
|
dispose(): void;
|
|
}
|