mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
14 lines
785 B
TypeScript
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">;
|