UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

8 lines (7 loc) 157 B
/** * Used to determine which backend endpoint should be used to request tasks from */ export declare enum TaskEndpoint { MONGO = 1, ELASTIC = 2 }