fix plugin path matching, add coverage

This commit is contained in:
Caleb Roseland
2023-11-24 13:15:26 -06:00
parent 5d35b4a995
commit 89fc14bb43
4 changed files with 72 additions and 4 deletions

View File

@@ -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];