scraper
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { FoundEvents } from "../generated/prisma/client.js";
|
||||
|
||||
export class FoundEventCreateArgs implements Omit<
|
||||
FoundEvents,
|
||||
"id" | "foundDate"
|
||||
> {
|
||||
source!: string;
|
||||
url!: string;
|
||||
eventDate!: string | null;
|
||||
title!: string | null;
|
||||
description!: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user