export interface IpoiUIContent {
    normalImage: string;
    activeImage: string;
    content: string;
}
export type IpoiUIContentType = Partial<IpoiUIContent>;
