Skip to content

Commit

Permalink
Exported Backend and BackendConfig types
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Mar 21, 2024
1 parent 04b2f5b commit f3db821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export async function configure(config: Configuration): Promise<void> {
}

export * from './backends/index.js';
export type { Backend, BackendConfig } from './backends/backend.js';
export * from './backends/AsyncStore.js';
export * from './backends/SyncStore.js';
export * from './ApiError.js';
Expand Down

0 comments on commit f3db821

Please sign in to comment.