UNPKG

knowmax-quest-types

Version:

Contains type definitions for communicating with Knowmax Quest.

9 lines 471 B
import type { ICollection } from "."; export interface ICollectionDocumentReference { collection: ICollection; /** Describes version of document that is referenced from this collection. Null in case current version is referenced. */ version?: number; /** Describes that document to which this collection document reference belongs is the actual version referenced. */ versionMatch: boolean; } //# sourceMappingURL=ICollectionDocumentReference.d.ts.map