export interface Authentication { type: string; value: string; method?: string; phone?: string; message?: string; }