type Localization = {
    name: string;
    about: string;
};
export type { Localization };
