./types.d.ts import

This commit is contained in:
Rolands 2024-10-16 10:34:35 +02:00
parent af505bf073
commit e992d69692
8 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
//I ask not for a lighter burden, but for broader shoulders. -Atlas, when asking Zeus for sympathy.
import type { QueryMarker } from "./types";
import type { QueryMarker } from "./types.d.ts";
import type { SocioStringObj } from "./sql-parsing";
export enum CoreMessageKind {