Type alias BatchFindByIdDescriptor

BatchFindByIdDescriptor: {
    collection: string;
    id: string;
    parentId?: string;
}

The collection and ID of a root or child item to retrieve with #transactFindByIds

Type declaration

  • collection: string

    The collection containing the item

  • id: string
  • Optional parentId?: string

Generated using TypeDoc