UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

16 lines 643 B
import { SerializedData } from '../../serialization/json.js'; export interface QueryResultEntryV2026R0 { /** * The unique identifier of the matching item. */ readonly id: string; /** * The type of the matching item. */ readonly type: string; readonly extraData?: { readonly [key: string]: any; }; readonly rawData?: SerializedData; } export declare function serializeQueryResultEntryV2026R0(val: QueryResultEntryV2026R0): SerializedData; export declare function deserializeQueryResultEntryV2026R0(val: SerializedData): QueryResultEntryV2026R0; //# sourceMappingURL=queryResultEntryV2026R0.d.ts.map