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
/ PurgeSchema.ts
Madeline
on 26 Sep 2022
65 bytes
Move schemas to /src/util/schemas
Raw
Blame
History
export interface PurgeSchema { before: string; after: string; }