export type MoESupportedAttributes =
    | string
    | number
    | boolean
    | Array<any>
    | { [k: string]: any }
