Skip to content

Commit

Permalink
fix(edit): ensure IEditFeatureResult is exported
Browse files Browse the repository at this point in the history
AFFECTS PACKAGES:
@esri/arcgis-rest-feature-layer
  • Loading branch information
jgravois committed Apr 24, 2019
1 parent be71c17 commit 2c65102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arcgis-rest-feature-layer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export * from "./deleteAttachments";
export * from "./queryRelated";
export * from "./getLayer";
export * from "./decodeValues";
export * from "./helpers";
export {
IFeature,
ISpatialReference,
Expand Down

0 comments on commit 2c65102

Please sign in to comment.