export class Log { via: string = ""; ipAddress: string = ""; userId: string = ""; type: string = ""; fields: any = {}; createdAt: string = ""; }