import { Injectable } from '@angular/core';

@Injectable()
export class TranslateOptions {
  public baseUrl: string;
  public language: string;
}