Calendar SQL and CRUD

This commit is contained in:
Bruno Bernardino
2024-03-19 16:05:47 +00:00
parent 062c0d3d09
commit eff6a08771
16 changed files with 703 additions and 219 deletions

View File

@@ -130,7 +130,6 @@ export interface ContactField {
type: ContactFieldType;
}
// TODO: Finish (more fields)
export interface Calendar {
id: string;
user_id: string;
@@ -148,7 +147,6 @@ export interface Calendar {
created_at: Date;
}
// TODO: Finish (more fields)
export interface CalendarEvent {
id: string;
user_id: string;