push messages to telegram from contactUs form
This commit is contained in:
@@ -137,15 +137,15 @@ export interface AccountSidebarProps {
|
||||
navigation: NavigationItem[]
|
||||
}
|
||||
|
||||
export type SourceType = 'main' | 'admin' | 'userAccount' | 'contactUs' | 'support'
|
||||
|
||||
export interface TelegramMessage {
|
||||
source: string
|
||||
source: SourceType
|
||||
name: string
|
||||
phone_number: string
|
||||
message: string
|
||||
}
|
||||
|
||||
export type SourceType = 'account' | 'contact-us'
|
||||
|
||||
export interface TextAreaProps {
|
||||
value: string
|
||||
handleChange: (e: React.ChangeEvent<HTMLTextAreaElement>) => void
|
||||
|
||||
Reference in New Issue
Block a user