forked from Ivasoft/mattermost-mobile
fix plugin path matching, add coverage
This commit is contained in:
@@ -26,6 +26,7 @@ export interface DeepLinkGM extends DeepLink {
|
||||
|
||||
export interface DeepLinkPlugin extends DeepLink {
|
||||
id: string;
|
||||
route?: string;
|
||||
}
|
||||
|
||||
export type DeepLinkType = typeof DeepLink[keyof typeof DeepLink];
|
||||
|
||||
Reference in New Issue
Block a user