export interface Authentication { readonly name?: string; readonly email?: string; }