File size: 258 Bytes
0ae3f27
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * Backend factory re-export.
 */

export { getBackend } from "./base.js";
export type {
	Backend,
	AddOptions,
	SearchOptions,
	ListOptions,
	DeleteOptions,
	EntityIds,
} from "./base.js";
export { AuthError, NotFoundError, APIError } from "./base.js";