export type Documentation = {
    langu: string;
    version: number;
    value: string;
};
