mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-03 18:05:18 +02:00
Added option to set custom description for apps
This commit is contained in:
parent
b08181e712
commit
531ede0adf
7 changed files with 53 additions and 9 deletions
|
@ -5,6 +5,7 @@ export interface NewApp {
|
|||
url: string;
|
||||
icon: string;
|
||||
isPublic: boolean;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface App extends Model, NewApp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue