UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

8 lines (7 loc) 276 B
export declare class KeyValueServiceBackendService { private iocInstances; constructor(iocInstances: any); getKey(key: string): Promise<string>; setKey(keys: Record<string, any>): Promise<void>; getAllKeys(prefix?: string): Promise<Record<string, any>>; }