Fix git/storage workflows: repos-only page, default dev branch, robust pull/push, and storage path resolution
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
export interface DashboardMetadata {
|
||||
id: number;
|
||||
title: string;
|
||||
slug?: string;
|
||||
dashboard_slug?: string;
|
||||
url_slug?: string;
|
||||
url?: string;
|
||||
last_modified: string;
|
||||
status: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user