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

File "custom-domain.ts"

Full Path: /home/markqprx/iniasli.pro/client/custom-domains/custom-domain.ts
File size: 261 bytes
MIME-type: text/plain
Charset: utf-8

import {User} from '../auth/user';

export interface CustomDomain {
  id: number;
  host: string;
  user_id: number;
  user?: User;
  global: boolean;
  created_at: string;
  updated_at: string;
  resource?: Record<string, any>;
  model_type: 'customDomain';
}