Type Alias WikiPageConfiguration

WikiPageConfiguration: {
    editable: boolean;
    title: mw.Title;
    wt: string;
}