JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "backend-response.ts"

Full Path: /home/markqprx/iniasli.pro/client/http/backend-response/backend-response.ts
File size: 230 bytes
MIME-type: text/plain
Charset: utf-8

import {MetaTag} from '@common/seo/meta-tag';

export interface BackendResponse {
  status?: string;
  seo?: MetaTag[];
  // whether seo tags were already set with initial response from server for this data
  set_seo?: boolean;
}