Skip to content

Commit

Permalink
Exports constants
Browse files Browse the repository at this point in the history
  • Loading branch information
coconutcraig committed Jan 15, 2019
1 parent 8b070dc commit ff77db1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { AxiosInstance } from 'axios';

import Client from './client';
import Days from './constants/days';
import Notifications from './constants/notifications';
import Answer from './models/Answer';
import Attendee from './models/attendee';
import Preference from './models/preference';
Expand Down Expand Up @@ -42,7 +44,7 @@ export interface Sortable extends Resource {
sortBy(sortable: string): this;
}

export { Answer, Attendee, Preference };
export { Answer, Attendee, Days, Notifications, Preference };

export class OpenApi {
protected appointment: AppointmentResource;
Expand Down

0 comments on commit ff77db1

Please sign in to comment.