MicroHack-Registrations-RestAPI
/
src
/
types
/
Logger.d.ts
Logger.d.ts
Raw
interface
Logger
{
type
:
"log"
|
"error"
;
title
:
string
;
data
:
any
;
}