UNPKG

core-cde

Version:

12 lines (11 loc) 287 B
import { IBaseProps } from './IBaseProps'; export interface ILinkUrlProps extends IBaseProps { oldUrl: string; newUrl: string; pageId: string; widgetId: string; } export interface ILinkTextProps extends IBaseProps { oldText: string; newText: string; }