UNPKG

cogsbox-shape

Version:

A TypeScript library for creating type-safe database schemas with Zod validation, SQL type definitions, and automatic client/server transformations. Unifies client, server, and database types through a single schema definition, with built-in support for r

6 lines (5 loc) 174 B
export declare class RemapStore { private map; set(table: string, tempId: unknown, realId: unknown): void; toObject(): Record<string, Record<string, unknown>>; }