2020-02-18 19:21:57 +08:00

6 lines
77 B
TypeScript

export interface Log {
type: string
payload: string
time: Date
}