/** * Used in the checkUsernameAndEmail method as return value */ export interface Status { hasProblems: boolean; messages: string[]; status: string[]; }