Skip to content

Commit

Permalink
Export QueueName type (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoussonKarel authored Jan 28, 2023
1 parent 90dc22a commit f1b1f35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ember-file-upload/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Queue } from './queue';
import { UploadFile } from './upload-file';
import FileQueueService from './services/file-queue';
import { uploadHandler } from './mirage/upload-handler';
import { FileSource, FileState } from './interfaces';
import { FileSource, FileState, type QueueName } from './interfaces';
import { DEFAULT_QUEUE } from './services/file-queue';

export {
Expand All @@ -15,6 +15,8 @@ export {
// Enums
FileSource,
FileState,
// Interfaces
QueueName,
// Constants
DEFAULT_QUEUE,
};

0 comments on commit f1b1f35

Please sign in to comment.