interface ReqTitle {
    ptr: string;
    origin?: string;
    tags: Array<string>;
    description?: string;
}
