@microsoft/kiota-abstractions
Version:
Core abstractions for kiota generated libraries in TypeScript and JavaScript
15 lines • 793 B
TypeScript
/**
* -------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
import { type ParseNode } from "../serialization/index.js";
export declare const BackingStoreKey = "backingStoreEnabled";
/**
* Check if the object is an instance a BackedModel
* @param fields The fields of the object
* @returns boolean indicating if the object is a BackedModel
*/
export declare function isBackingStoreEnabled(fields: Record<string, (node: ParseNode) => void>): boolean;
//# sourceMappingURL=backingStoreUtils.d.ts.map