mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
refactor: split backend by context instead of type 'controllers/models/...'
This commit is contained in:
4
app/collections/enums/visibility.ts
Normal file
4
app/collections/enums/visibility.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum Visibility {
|
||||
PUBLIC = 'PUBLIC',
|
||||
PRIVATE = 'PRIVATE',
|
||||
}
|
||||
Reference in New Issue
Block a user