Function variableTypeConverter

  • Parameters

    • type: string

    Returns {
        type:
            | "RW"
            | "ENUM"
            | "STRING"
            | "RANGE"
            | "NUMBER";
    } & Record<string, unknown>