export default interface IAttributes {
    [key: string]: object;
}
