export namespace Authen { export class TokenDecoded { _id: string = ""; email: string = ""; password: string = ""; } }