typescript Object is possibly 'null' ?
I believe I set it all up correctly but
supabase.ts
main.ts
What am I doing wrong?
tokens.data gives me an error(property) data: (Database[SchemaName] extends GenericSchema ? Database[SchemaName] : any)["Tables"]["tokens"]["Row"][] | null
Object is possibly 'null'.deno-ts(2531)
supabase.ts
main.ts
What am I doing wrong?