NetanelBasal
1/3/2018 - 8:37 PM

auth.d.ts

interface EndPoints {
  login: string;
  logout: string;
  signup: string;
}