Type Alias TitleLike

TitleLike: string | mw.Title | {
    namespace: number;
    title: string;
}