interface Window { pagesense?: [string, string][]; DataSource: typeof datasources.DataSource; Method4D: typeof datasources.Method4D; restRequest: typeof datasources.restRequest; Utils: typeof datasources.Utils; $$datastores: { [dsName: string]: datasources.DataStore; }; }