numeric as number instead of a string

In a table I have

numerals: numeric().array().notNull()

Now while I know that internally the DB treats numeric as strings, on the TS side of things I would rather deal with it as a number

Is there a way for drizzle do those conversions and the type being number[] instead of string[]?
Was this page helpful?