Interface CountingWorkRecord

Hierarchy

  • CountingWorkRecord

Properties

_id: string
content: string
element: {
    hash: string;
    type: string;
}

Type declaration

  • hash: string
  • type: string
items?: CountingWorkRecordItem[]
metadata?: {
    checklist?: {
        hash: string;
    };
    coordinates?: [number, number];
}

Type declaration

  • Optional checklist?: {
        hash: string;
    }
    • hash: string
  • Optional coordinates?: [number, number]
organization: string
timestamp: string
user: string

Generated using TypeDoc