Skip to content

Commit

Permalink
roar
Browse files Browse the repository at this point in the history
  • Loading branch information
stopachka committed Dec 22, 2024
1 parent 04a5ae1 commit f1fd60c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { i, id, init, InstaQLEntity, UpdateParams } from "@instantdb/admin";
import { i, id, init, UpdateParams } from "@instantdb/admin";

const _schema = i.schema({ entities: { users: i.entity({ email: i.string() }) } });
type _AppSchema = typeof _schema;
Expand Down

0 comments on commit f1fd60c

Please sign in to comment.