KeyworkDocumentSnapshotExists
Overview
Usage
- Node
- Deno
import { KeyworkDocumentSnapshotExists } from 'keywork/collections'
import { KeyworkDocumentSnapshotExists } from 'https://deno.land/x/keywork/collections'
Type parameters
Name | Type |
---|---|
ExpectedType | unknown |
Properties
absoluteDocPath
absoluteDocPath: `string`
Defined in
collections/KeyworkDocumentSnapshot.ts:26
exists
exists: `true`
Defined in
collections/KeyworkDocumentSnapshot.ts:28
metadata
metadata: [`KeyworkDocumentMetadata`](KeyworkDocumentMetadata.mdx)
Defined in
collections/KeyworkDocumentSnapshot.ts:30
relativeDocPath
relativeDocPath: `string`
Defined in
collections/KeyworkDocumentSnapshot.ts:27
value
value: `ExpectedType`
Defined in
collections/KeyworkDocumentSnapshot.ts:29