Type alias EntityPatch

EntityPatch: {
    addTags: string[];
    class: string;
    guid: string;
    mdate: number | null;
    removeTags: string[];
    set: EntityData;
    unset: string[];
}

Type declaration

  • addTags: string[]
  • class: string
  • guid: string
  • mdate: number | null
  • removeTags: string[]
  • set: EntityData
  • unset: string[]

Generated using TypeDoc