zenstack/packages/clients/tanstack-query/test/schemas/basic/models.ts
2026-02-08 11:29:32 +08:00

14 lines
785 B
TypeScript

//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
//////////////////////////////////////////////////////////////////////////////////////////////
/* eslint-disable */
import { type SchemaType as $Schema } from "./schema-lite";
import type { ModelResult as $ModelResult } from "@zenstackhq/orm";
export type User = $ModelResult<$Schema, "User">;
export type Post = $ModelResult<$Schema, "Post">;
export type Category = $ModelResult<$Schema, "Category">;
export type Foo = $ModelResult<$Schema, "Foo">;
export type Bar = $ModelResult<$Schema, "Bar">;