Skip to content

Commit

Permalink
chore: export GetUserAgentOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Aug 31, 2022
1 parent 5b7123f commit c907c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/rest-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export {
AudioInfo,
CustomUserAgent,
CustomUserAgentFn,
CustomUserAgentOptions
CustomUserAgentOptions,
GetUserAgentOptions
} from '@uploadcare/api-client-utils'

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export { default as uploadFileGroup } from './uploadFileGroup'

/* Helpers */
export { default as UploadClient } from './UploadClient'
export { getUserAgent } from '@uploadcare/api-client-utils'
export { getUserAgent, GetUserAgentOptions } from '@uploadcare/api-client-utils'

/* Types */
export { UploadcareFile } from './tools/UploadcareFile'
Expand Down

0 comments on commit c907c73

Please sign in to comment.