import { ITextLabel } from '../CampaignService/Label'; export interface ILabelPage { entries: ITextLabel[]; }