Fix header & format

This commit is contained in:
2026-03-28 11:36:03 -05:00
parent 4f51359b8c
commit b285b6f9e7
23 changed files with 31307 additions and 85 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