mitlist/fe/src/lib/schemas/message.ts
2025-03-30 19:42:32 +02:00

3 lines
48 B
TypeScript

export interface Message {
detail: string;
}