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