Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / @wa-motif-open-api/context-service   js

Repository URL to install this package:

Version: 0.6.0 

/ lib / api / api.d.ts

export * from './attributes.service';
import { AttributesService } from './attributes.service';
export * from './attributes.serviceInterface';
export * from './contexts.service';
import { ContextsService } from './contexts.service';
export * from './contexts.serviceInterface';
export * from './values.service';
import { ValuesService } from './values.service';
export * from './values.serviceInterface';
export declare const APIS: (typeof AttributesService | typeof ContextsService | typeof ValuesService)[];