convex
Version:
Client for the Convex Cloud
9 lines • 358 B
TypeScript
import { GeneratedJsWithTypes } from "./common.js";
export declare const dataModel: GeneratedJsWithTypes;
/**
* Codegen used when there isn't a `schema.ts` file yet.
*
* Make sure that the exports of this are the same as the real version above.
*/
export declare const dataModelWithoutSchema: GeneratedJsWithTypes;
//# sourceMappingURL=dataModel.d.ts.map