dev
This commit is contained in:
@@ -6,7 +6,6 @@ export enum Sender {
|
||||
|
||||
export interface Message {
|
||||
id: number;
|
||||
// threadId: number;
|
||||
sender: Sender;
|
||||
body: string;
|
||||
createdAt: Date;
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Thread } from '$lib/types/inquiries.server';
|
||||
import type { Thread } from '$lib/types/inquiries';
|
||||
|
||||
export interface Item {
|
||||
id: number;
|
||||
Reference in New Issue
Block a user