refactor: repositories (#16036)

This commit is contained in:
Jason Rasmussen 2025-02-11 14:08:13 -05:00 committed by GitHub
parent d2575d8f00
commit 9d85272c2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
90 changed files with 686 additions and 1088 deletions

View file

@ -384,3 +384,10 @@ export enum ExifOrientation {
MirrorHorizontalRotate90CW = 7,
Rotate270CW = 8,
}
export enum DatabaseExtension {
CUBE = 'cube',
EARTH_DISTANCE = 'earthdistance',
VECTOR = 'vector',
VECTORS = 'vectors',
}