export interface ISite { readonly id: number readonly name: string readonly domain: string readonly teamId: number readonly userId: number }