From c96d2e9bd885f927c12b6bb711301091e51e5477 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:46:33 +1100 Subject: Forgot some schemas + only generate schemas in util/schemas + add setup script --- src/util/schemas/RolePositionUpdateSchema.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/util/schemas/RolePositionUpdateSchema.ts (limited to 'src/util/schemas/RolePositionUpdateSchema.ts') diff --git a/src/util/schemas/RolePositionUpdateSchema.ts b/src/util/schemas/RolePositionUpdateSchema.ts new file mode 100644 index 00000000..1019d504 --- /dev/null +++ b/src/util/schemas/RolePositionUpdateSchema.ts @@ -0,0 +1,4 @@ +export type RolePositionUpdateSchema = { + id: string; + position: number; +}[]; \ No newline at end of file -- cgit 1.5.1