GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Build
Fork
: 0
Perditum
/
percord
Transfer to URL with SHA
Find file
Newer
Older
tree:
78962acc9d
Branches
Tags
×
master
percord
/
src
/
util
/
schemas
/ RolePositionUpdateSchema.ts
Madeline
on 24 Oct 2022
77 bytes
Forgot some schemas + only generate schemas in util/schemas + add setup script
Raw
Blame
History
export type RolePositionUpdateSchema = { id: string; position: number; }[];