mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
UBER-690 Move user token generation to backend (#3604)
This commit is contained in:
@@ -48,9 +48,9 @@ export interface SupportClient {
|
||||
export interface SupportWidget {
|
||||
configure: (config: SupportWidgetConfig) => void
|
||||
|
||||
showWidget: () => void
|
||||
hideWidget: () => void
|
||||
toggleWidget: () => void
|
||||
showWidget: () => Promise<void>
|
||||
hideWidget: () => Promise<void>
|
||||
toggleWidget: () => Promise<void>
|
||||
|
||||
destroy: () => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user