@bapp/auto-api-client
Version:
Client to consume BAPP auto API, based on content types with type inference
15 lines (14 loc) • 436 B
TypeScript
export { default as default } from './service';
export * from './service';
export type * from './service';
export * from './utils';
export type * from './utils';
export * from './errors';
export type * from './errors';
export * from './context';
export type * from './context';
export * from './provider';
export type * from './provider';
export * from './react-query';
export type * from './react-query';
export type * from './types';