export default interface ConfigroInput {
    typeOf: "ConfigroInput"
    label: string
    type: string
    placeholder: string
}