UNPKG

ravendb

Version:
17 lines 500 B
import { AttachmentDetails } from "../Attachments/index.js"; export interface MetadataObject { "@attachments"?: AttachmentDetails[]; "@collection"?: string; "@id"?: string; "@last-modified"?: string; "@flags"?: string; "@counters"?: string[]; "@expires"?: string; "@change-vector"?: string; "Raven-Node-Type"?: string; "@timeseries"?: string[]; "@nested-object-types"?: { [key: string]: string; }; } //# sourceMappingURL=MetadataObject.d.ts.map