diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-24 19:46:33 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-24 19:46:33 +1100 |
commit | a2f57627913bf5d402b73933374693382a387ed2 (patch) | |
tree | 79c6c821306421907f78960298160a0067de3e68 /src/util/schemas/RolePositionUpdateSchema.ts | |
parent | rearrange test client's index a bit (diff) | |
download | server-a2f57627913bf5d402b73933374693382a387ed2.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.ts | 4 |
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 |