wrsh07
wrsh07
CCConvex Community
Created by wrsh07 on 12/26/2023 in #support-community
When is generated dataModel.d.ts typed specifically?
When I look in my generated file, I see this:
/**
* The type of a document stored in Convex.
*/
export type Doc = any;
/**
* The type of a document stored in Convex.
*/
export type Doc = any;
I didn't realize I needed to rename the _schema.ts file to schema.ts -- it might be helpful to add a comment to the generated file where the types would be more specific if there were a schema.ts file.
2 replies