Skip to content

Commit

Permalink
feat: expose snapshot types
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Nov 28, 2024
1 parent 3f203cf commit 77f5432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ic-management/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export type {
fetch_canister_logs_result,
list_canister_snapshots_result,
log_visibility,
snapshot,
snapshot_id,
take_canister_snapshot_result,
} from "../candid/ic-management";
export { ICManagementCanister } from "./ic-management.canister";
export * from "./types/canister.options";
Expand Down

0 comments on commit 77f5432

Please sign in to comment.