export interface Register { name: string; email: string; password: string; c_password: string; invite: string; }