Skip to content

Commit

Permalink
reexport definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalk committed Dec 5, 2024
1 parent 98bc7d6 commit 8a0ba64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/api/src/research-guides/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import {
ResearchGuideFetcher,
} from './fetcher';

// Re-export definitions for ease of use in consuming apps
export * from './definitions';

const constructorOptionsSchema = z.object({
sparqlEndpointUrl: z.string(),
});
Expand Down

0 comments on commit 8a0ba64

Please sign in to comment.