Open ekmas opened 1 year ago
I have a subjects array column in my table, and when I tried to export types I got subjects: any // type unknown; instead of e.g. subjects: string[]
subjects: any // type unknown;
subjects: string[]
I have a subjects array column in my table, and when I tried to export types I got
subjects: any // type unknown;
instead of e.g.subjects: string[]