CrazySquirrel/CSTiles

View on GitHub
src/ts/Interfaces/IWindow.ts

Summary

Maintainability
A
0 mins
Test Coverage
"use strict";
/**
 * IWindow interface
 */
interface IWindow {
    CSTiles: any;
}
/**
 * Export the IWindow interface
 */
export default IWindow;