feat: add sending user requests from UI (#1927)
* feat: add sending user requests from UI * fix(web): view controller manager user client references
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { ToastType } from '@standardnotes/toast'
|
||||
|
||||
export interface ToastServiceInterface {
|
||||
showToast(type: ToastType, message: string): void
|
||||
showToast(type: ToastType, message: string): string
|
||||
hideToast(toastId: string): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user