This commit is contained in:
2026-03-28 12:20:35 -05:00
parent e24b592951
commit 3fd35e55b0
10 changed files with 26 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@@ -11,11 +11,12 @@
import type {
DataModelFromSchemaDefinition,
DocumentByName,
TableNamesInDataModel,
SystemTableNames,
} from "convex/server";
import type { GenericId } from "convex/values";
import schema from "../schema.js";
TableNamesInDataModel,
} from 'convex/server';
import type { GenericId } from 'convex/values';
import schema from '../schema.js';
/**
* The names of all of your Convex tables.

File diff suppressed because one or more lines are too long