Skip to content

Commit

Permalink
fix: export more types
Browse files Browse the repository at this point in the history
  • Loading branch information
nadhifikbarw committed Dec 27, 2024
1 parent f7e99bb commit efa42d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
export { Airtable } from "./airtable";
export type { AirtableBase } from "./base";
export type { AirtableTable } from "./table";
export type { AirtableQuery } from "./query";
export type { AirtableRecord } from "./record";
export type { AirtableComment } from "./comment";
export type { AirtableError } from "./error";
export type { AirtableCommentQuery } from "./comment-query";
export type { RetryDelayOption } from "./retry";

export type * from "./types";

0 comments on commit efa42d3

Please # to comment.