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:
849b257db7
Branches
Tags
×
master
percord
/
src
/
util
/
schemas
/ VanityUrlSchema.ts
Madeline
on 26 Sep 2022
97 bytes
Move schemas to /src/util/schemas
Raw
Blame
History
export interface VanityUrlSchema { /** * @minLength 1 * @maxLength 20 */ code?: string; }