Add more properties into InstalledChannel type.
This commit is contained in:
parent
e6e6dc19ef
commit
f713c01f56
|
@ -6,8 +6,10 @@ export type InstalledChannel = {
|
|||
title: string;
|
||||
description: string;
|
||||
icon: string;
|
||||
isSetupCompleted: boolean;
|
||||
setupUrl: string;
|
||||
manageUrl: string;
|
||||
syncStatus: SyncStatusType;
|
||||
issueType: IssueTypeType;
|
||||
issueText: string;
|
||||
manageUrl: string;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue