8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
// place files you want to import through the `$lib` alias in this folder.
|
|
|
|
export interface TypeMessage {
|
|
message: string;
|
|
imageSrc: string;
|
|
user: string;
|
|
}
|