@veltdev/sdk
Version:
Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.
13 lines (12 loc) • 364 B
TypeScript
import { DocumentMetadata } from './document-metadata.model';
export declare class BaseMetadata {
apiKey?: string;
documentId?: string;
clientDocumentId?: string;
organizationId?: string;
clientOrganizationId?: string;
folderId?: string;
veltFolderId?: string;
documentMetadata?: DocumentMetadata;
sdkVersion?: string | null;
}