/**
 *
 */
export default interface LocaleFileInterface {
    default: {
        [key: string]: string;
    };
}
