UNPKG

ngx-matomo-client

Version:

Matomo (fka. Piwik) client for Angular applications

12 lines (11 loc) 249 B
export interface Schema { skipImport?: boolean; skipLegacyPackageMigration?: boolean; module?: string; path?: string; project?: string; serverUrl?: string; siteId?: string; scriptUrl?: string; router?: boolean; }