import { IAuth, ISite } from '../types'; export interface IJaenState { auth: IAuth; site: ISite; }