Skip to content

Commit

Permalink
update for graph taxonomy get children, test recording doc
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers committed Jan 30, 2024
1 parent 1b41759 commit 332a856
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/graph/taxonomy/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { IAddable, IDeleteable, IGetById, IUpdateable, addable, defaultPath, deleteable, getById, updateable } from "../../graph/decorators.js";
import { _GraphInstance, graphInvokableFactory, _GraphCollection } from "../graphqueryable.js";
import { TermStore as ITermStoreType } from "@microsoft/microsoft-graph-types";
import { createBatch } from "@pnp/graph/batching";

/**
* Describes a collection of Form objects
Expand Down

0 comments on commit 332a856

Please sign in to comment.