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

Commit f7e085f

Browse files
claude[bot]ymc9
andcommitted
Fix: Update bun runtime models.ts to use type-only imports
Co-authored-by: Yiming Cao <ymc9@users.noreply.github.com>
1 parent f7aafa7 commit f7e085f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runtimes/bun/schemas/models.ts

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

88
import { type SchemaType as $Schema } from "./schema";
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">;

0 commit comments

Comments
 (0)