initial: standalone repo from monorepo split
This commit is contained in:
5
packages/shared/src/schemas/index.ts
Normal file
5
packages/shared/src/schemas/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { loginSchema, registerTenantSchema } from './auth';
|
||||
export type { LoginInput, RegisterTenantInput } from './auth';
|
||||
|
||||
export { createUserSchema, updateUserSchema } from './user';
|
||||
export type { CreateUserInput, UpdateUserInput } from './user';
|
||||
Reference in New Issue
Block a user