import ITransformation from "../ITransformation";

export default interface ILogStoreConfig {
    transformations: ITransformation[];
}
