export interface WikiDetailsResponse {
    available_locales: string[];
    layout: string;
    locale: string;
    markdown: string;
    path: string;
    subtitle: any;
    tags: any[];
    title: string;
}
