add chat-card
1. add chat card 2. fix settings (output object) 3. add input phone and email to user 4. fix empty string to null
This commit is contained in:
@@ -11,7 +11,8 @@ interface Chat {
|
||||
logo: string | null
|
||||
owner_id?: number
|
||||
invite_link: string
|
||||
[key: string]: unknown
|
||||
chat_users: number []
|
||||
[key: string]: number | string | boolean | null | number[]
|
||||
}
|
||||
|
||||
export type {
|
||||
|
||||
Reference in New Issue
Block a user