Fix web project build errors
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface ClientConfig {
|
||||
name: string;
|
||||
title?: string;
|
||||
summary: string;
|
||||
logo: string;
|
||||
tags: string[];
|
||||
|
||||
@@ -3,4 +3,6 @@ export interface ExternalAction {
|
||||
description?: string;
|
||||
color?: string;
|
||||
url: string;
|
||||
icon?: string;
|
||||
openExternally?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user