UNPKG

zotero-ts-api

Version:
8 lines 209 B
export interface ICollectionData { key: string; version: number; name: string; parentCollection?: string; relations?: Record<string, string>; } //# sourceMappingURL=ICollectionData.d.ts.map