summary refs log tree commit diff
path: root/src/util/schemas/RolePositionUpdateSchema.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-24 19:46:33 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-24 19:46:33 +1100
commitc96d2e9bd885f927c12b6bb711301091e51e5477 (patch)
treece115cd5cee8ca90d4e4dfe07979d67939d0af32 /src/util/schemas/RolePositionUpdateSchema.ts
parentrearrange test client's index a bit (diff)
downloadserver-c96d2e9bd885f927c12b6bb711301091e51e5477.tar.xz
Forgot some schemas + only generate schemas in util/schemas + add setup script
Diffstat (limited to 'src/util/schemas/RolePositionUpdateSchema.ts')
-rw-r--r--src/util/schemas/RolePositionUpdateSchema.ts4
1 files changed, 4 insertions, 0 deletions
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