UNPKG

efficy-enterprise-api

Version:

The Efficy Enterprise API is developed for server-side usage in a Node.js environment (e.g. for integrations) and also bundled for usage inside an Efficy browser session for client-side JSON RPC requests.

17 lines 438 B
export default SystemSettings; /** * Class returned by getSystemSettings operations. * @extends ListObject */ declare class SystemSettings extends ListObject { /** @protected */ protected asJsonRpc(): { "#id": string; "@name": string; "@func": { "@name": string; }[]; }; } import ListObject from "./list-object.mjs"; //# sourceMappingURL=system-settings.d.mts.map