@@ -0,0 +1,12 @@
import React from 'react';
export interface Message {
role: 'user' | 'model';
text: string;
}
export interface Service {
title: string;
description: string;
icon: React.ReactNode;
The note is not visible to the blocked user.