Currently the type of sql is: ```ts interface Row { [column: string]: any; } type MaybeRow = Row | undefined; ``` For type safety sake can it by unknown by default?