export default interface ILogMetaConfig {
    index: {
        _index: string
        _type: string
    };
}
