Skip to content

Commit

Permalink
chore: export IPNS Record type
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jan 20, 2025
1 parent 6542cf2 commit aa26827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ipns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ export interface IPNS {

export type { IPNSRouting } from './routing/index.js'

export type { IPNSRecord } from 'ipns'

export interface IPNSComponents {
datastore: Datastore
routing: Routing
Expand Down

0 comments on commit aa26827

Please sign in to comment.