export type TitleType = {
    id?: string;
    title?: string;
};
export type DescType = {
    id?: string;
    desc?: string;
};
