export interface IwindowUIContent {
    url: string;
    content: string;
}
export type IwindowUIContentType = Partial<IwindowUIContent>;
