Interface Services

interface Services {
    api: Api;
    auth: Auth;
    batch: Batch;
    calendar: Calendar;
    comments: Comments;
    editors: Editors;
    elements: Elements;
    files: Files;
    geojson: Geojson;
    graph: Graph;
    history: History;
    imi: IMI;
    iot: Iot;
    listing: Listing;
    notifications: Notifications;
    organizations: Organizations;
    privileges: Privileges;
    registration: Registration;
    tickets: Tickets;
    translations: Translations;
    workRecords: WorkRecords;
}

Implemented by

Properties

api: Api
auth: Auth
batch: Batch
calendar: Calendar
comments: Comments
editors: Editors
elements: Elements
files: Files
geojson: Geojson
graph: Graph
history: History
imi: IMI
iot: Iot
listing: Listing
notifications: Notifications
organizations: Organizations
privileges: Privileges
registration: Registration
tickets: Tickets
translations: Translations
workRecords: WorkRecords