UNPKG

@ng-supabase/core

Version:

ng-supabase is a component library and helper utilities for integrating Supabase in your angular application.

8 lines (7 loc) 254 B
export interface Message { id: string; title: string; message: string; severity: 'info' | 'success' | 'warn' | 'error' | 'fatal'; position: 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'; }