mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-04 13:03:32 +08:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { z } from "zod";
|
||||
|
||||
export const userContextSchema = z.object({
|
||||
isLoggedIn: z.boolean(),
|
||||
});
|
||||
|
||||
export type UserContextSchemaType = z.infer<typeof userContextSchema>;
|
||||
Reference in New Issue
Block a user