Add placeholder components to be worked on
This commit is contained in:
6
web/interfaces/external-action.tsx
Normal file
6
web/interfaces/external-action.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ExternalAction {
|
||||
title: string;
|
||||
description?: string;
|
||||
color?: string;
|
||||
url: string;
|
||||
}
|
||||
Reference in New Issue
Block a user