feat: overhaul public landing page and backup tooling
This commit is contained in:
@@ -31,6 +31,8 @@ export interface Event {
|
||||
total_views?: number;
|
||||
total_downloads?: number;
|
||||
unique_visitors?: number;
|
||||
source_mode?: 'managed' | 'reference' | string;
|
||||
external_path?: string | null;
|
||||
}
|
||||
|
||||
export interface GalleryInfo {
|
||||
@@ -147,4 +149,4 @@ export interface ApiError {
|
||||
}
|
||||
|
||||
// Export protection types
|
||||
export * from './protection';
|
||||
export * from './protection';
|
||||
|
||||
Reference in New Issue
Block a user