Skip to content

Commit

Permalink
feat: exported typings
Browse files Browse the repository at this point in the history
  • Loading branch information
sohamjaiswal committed Jun 29, 2023
1 parent 8fa978d commit 0f855bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import axios, { AxiosInstance } from "axios";
import { URLSearchParams } from "url";
import { GuildedUser, IGetToken } from "./types";
import { GuildedUser, IGetToken, Alias, UserStatus, Content, Document, CustomReaction, AboutInfo } from "./types";

export { GuildedUser, IGetToken, Alias, UserStatus, Content, Document, CustomReaction, AboutInfo };
export class Cardboard {
private _baseurl: string;
private _axios: AxiosInstance;
Expand Down

0 comments on commit 0f855bd

Please sign in to comment.