UNPKG

@ledgerhq/live-common

Version:
9 lines (8 loc) 143 B
export type ToastData = { id: string; title: string; text?: string | null; type?: string; icon?: string; callback?: () => void; };