chore: more clean up + ts issues

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-11 21:50:51 +01:00
parent 3205ea0a31
commit cfd7fd9c5e
7 changed files with 12 additions and 233 deletions

View File

@@ -196,7 +196,7 @@ export interface IServiceEventMinimal {
}
interface GetEventsOptions {
profile?: boolean | Prisma.ProfileSelect;
profile?: boolean;
meta?: boolean | Prisma.EventMetaSelect;
}