UNPKG

ngx-matomo-client

Version:

Matomo (fka. Piwik) client for Angular applications

11 lines (10 loc) 240 B
export interface Schema { skipImport?: boolean; skipLegacyPackageMigration?: boolean; useModuleImport?: boolean; project?: string; serverUrl?: string; siteId?: string; scriptUrl?: string; router?: boolean; }