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:
58d92080d5
Branches
Tags
×
master
percord
/
src
/
util
/
schemas
/ UserNoteUpdateSchema.ts
Puyodead1
on 13 Apr 2023
57 bytes
oapi: users progress
Raw
Blame
History
export interface UserNoteUpdateSchema { note: string; }