// Type definitions for @dyna-grid/core v1.1.4 // Project: // Definitions by: zhangkun <> export interface ILogger { log(message: string): void; }