mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-24 02:30:50 +00:00
6 lines
76 B
TypeScript
6 lines
76 B
TypeScript
export type SendMessage = {
|
|
to: string
|
|
message: string
|
|
name: string
|
|
}
|