UNPKG

ravendb

Version:
8 lines 257 B
export declare class AttachmentRequest { private readonly _name; private readonly _documentId; constructor(documentId: string, name: string); get name(): string; get documentId(): string; } //# sourceMappingURL=AttachmentRequest.d.ts.map