export interface Template {
  _id: string;
  name: string;
  displayName: string;
  pathToIssues: string;