/schemas/Note

This commit is contained in:
tamaina
2023-05-02 16:51:41 +00:00
parent 6c53d1fdb7
commit 3fcee7c4bd
26 changed files with 184 additions and 191 deletions

View File

@@ -1,4 +1,4 @@
import { localUsernameSchema, passwordSchema } from "./schema/user";
import { localUsernameSchema, passwordSchema } from "./schemas/user";
export type RolePolicies = {
gtlAvailable: boolean;