ohctechv3/.svn/pristine/7c/7c49a77929f2ea59d37ac46ad1444699e14819b7.svn-base

4 lines
61 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
export interface ILogger {
log(message: string): void;
}