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:
df449169bd
Branches
Tags
×
master
percord
/
src
/
util
/
schemas
/ RolePositionUpdateSchema.ts
Madeline
on 5 Jan 2023
78 bytes
Prettier
Raw
Blame
History
export type RolePositionUpdateSchema = { id: string; position: number; }[];