Skip to content

Commit

Permalink
chore: export ChannelsFilesListProps from rest-typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarim committed Oct 15, 2024
1 parent 5cd29e2 commit 3e870be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rest-typings/src/v1/channels/channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import type { ChannelsSetTopicProps } from './ChannelsSetTopicProps';
import type { ChannelsSetTypeProps } from './ChannelsSetTypeProps';
import type { ChannelsUnarchiveProps } from './ChannelsUnarchiveProps';

export * from './ChannelsFilesListProps';

export type ChannelsEndpoints = {
'/v1/channels.files': {
GET: (params: ChannelsFilesListProps) => PaginatedResult<{
Expand Down

0 comments on commit 3e870be

Please sign in to comment.