MCPcopy Create free account
hub / github.com/aliasvault/aliasvault / AlertDialogConfig

Interface AlertDialogConfig

apps/mobile-app/hooks/useAlertDialog.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { IConfirmDialogButton } from '@/components/common/ConfirmDialog';
4
5interface AlertDialogConfig {
6 title: string;
7 message: string;
8 buttons: IConfirmDialogButton[];
9}
10
11interface UseAlertDialogReturn {
12 /** Whether the alert dialog is visible. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected