import { Ji } from "./JiType"; export interface Site { id: number; name: string; description: string; address: string; listJi: List; }