export default interface Polylang {
    any?: string;
    en?: string;
    nl?: string;
    cy?: string;
    it?: string;
    _id?: any;
}
