UNPKG

@sap-ux/store

Version:

NPM module for storing persistent data

10 lines 485 B
import type { BackendSystem } from '../entities/backend-system.js'; import { SystemType } from '../types.js'; /** * Determines the backend system type based on the authentication type and service keys (defaults to OnPrem). * * @param system - the backend system to determine the type for. * @returns - the system type or undefined if it cannot be determined. */ export declare function getBackendSystemType(system: BackendSystem): SystemType; //# sourceMappingURL=backend.d.ts.map