Type Alias WikidataRESTResult
WikidataRESTResult: {
pages: {
description: string | null;
excerpt: string;
id: number;
key: string;
matched_title: string | null;
thumbnail: {
duration: number | null;
height: number;
mimetype: string;
size: null;
url: string;
width: number;
};
title: string;
}[];
}
Type declaration
pages: {
description: string | null;
excerpt: string;
id: number;
key: string;
matched_title: string | null;
thumbnail: {
duration: number | null;
height: number;
mimetype: string;
size: null;
url: string;
width: number;
};
title: string;
}[]