Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit f3a24dd

Browse files
authored
chore: rebuild and update test schemas (#671)
1 parent f8b28b6 commit f3a24dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/clients/tanstack-query/test/schemas/basic
  • samples/sveltekit/src/zenstack

packages/clients/tanstack-query/test/schemas/basic/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* eslint-disable */
77

88
import { type SchemaType as $Schema } from "./schema-lite";
9-
import { type ModelResult as $ModelResult } from "@zenstackhq/orm";
9+
import type { ModelResult as $ModelResult } from "@zenstackhq/orm";
1010
export type User = $ModelResult<$Schema, "User">;
1111
export type Post = $ModelResult<$Schema, "Post">;
1212
export type Category = $ModelResult<$Schema, "Category">;

samples/sveltekit/src/zenstack/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* eslint-disable */
77

88
import { type SchemaType as $Schema } from "./schema-lite";
9-
import { type ModelResult as $ModelResult } from "@zenstackhq/orm";
9+
import type { ModelResult as $ModelResult } from "@zenstackhq/orm";
1010
/**
1111
* User model
1212
*/

0 commit comments

Comments
 (0)