import { IShowEntity } from './IShowEntity'; export interface IRtShowEntity extends IShowEntity { isEnabled: boolean; }