added suer to p-log, HUB_URL in hub-server, dynamic badges in email
This commit is contained in:
7
packages/database/prisma/json/ParticipantLog.ts
Normal file
7
packages/database/prisma/json/ParticipantLog.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { JsonValue } from "@prisma/client/runtime/library";
|
||||
|
||||
export interface ParticipantLog {
|
||||
event: string;
|
||||
timestamp: Date;
|
||||
user: string;
|
||||
}
|
||||
1
packages/database/prisma/json/index.ts
Normal file
1
packages/database/prisma/json/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type { ParticipantLog } from "./ParticipantLog";
|
||||
Reference in New Issue
Block a user